File tree 1 file changed +5
-4
lines changed
tests/codegen/simd-intrinsic
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
//@ compile-flags: -C no-prepopulate-passes
3
3
// LLVM IR isn't very portable and the one tested here depends on the ABI
4
4
// which is different between x86 (where we use SSE registers) and others
5
- //@ revisions: x86-32 x86-64 other
6
- // The two x86 revisions are identical. Ideally we would say "x86-32 or x86-64" in a single revision
7
- // but compiletest does not permit that.
8
- //@[x86-32] only-x86
5
+ //@ revisions: x86-64 other
6
+ // FIXME: there should be an x86-32 revision, but that doesn't work since
7
+ // compiletest cannot distinguish i686 from i586 targets, and those produce
8
+ // different code since their ABI differs and the tests below inadvertantly
9
+ // are also testing ABI details.
9
10
//@[x86-64] only-x86_64
10
11
//@[other] ignore-x86
11
12
//@[other] ignore-x86_64
You can’t perform that action at this time.
0 commit comments