Craig Topper
2b54baeb96
[X86] Replace 'REQUIRES: x86' in tests with 'REQUIRES: x86-registered-target' which seems to be the correct way to make them run on an x86 build.
...
llvm-svn: 304682
2017-06-04 08:21:58 +00:00
Justin Bogner
2847c99909
Add "REQUIRES:" to the last few tests that use target specific intrinsics
...
llvm-svn: 303123
2017-05-15 22:15:22 +00:00
Duncan P. N. Exon Smith
c8eccd1147
verify-uselistorder: Force -preserve-bc-use-list-order
...
llvm-svn: 216022
2014-08-19 21:08:27 +00:00
Duncan P. N. Exon Smith
852e00e3d1
verify-uselistorder: Change the default -num-shuffles=5
...
Change the default for `-num-shuffles` to 5 and better document the
algorithm in the header docs of `verify-uselistorder`.
llvm-svn: 214419
2014-07-31 18:46:24 +00:00
Duncan P. N. Exon Smith
a12e023c8a
Rename llvm-uselistorder => verify-uselistorder
...
llvm-svn: 214318
2014-07-30 17:11:27 +00:00
Duncan P. N. Exon Smith
3f0fc7bca9
Bitcode: Correctly compare a Use against itself
...
Fix the sort of expected order in the reader to correctly return `false`
when comparing a `Use` against itself.
This was caught by test/Bitcode/binaryIntInstructions.3.2.ll, so I'm
adding a `RUN` line using `llvm-uselistorder` for every test in
`test/Bitcode` that passes.
A few tests still fail, so I'll investigate those next.
This is part of PR5680.
llvm-svn: 214157
2014-07-29 01:13:56 +00:00
Bill Wendling
90bc19cd91
Modify the LLVM assembly output so that it uses references to represent function attributes.
...
This makes the LLVM assembly look better. E.g.:
define void @foo() #0 { ret void }
attributes #0 = { nounwind noinline ssp }
llvm-svn: 175605
2013-02-20 07:21:42 +00:00
Nadav Rotem
17ee58a792
Add AutoUpgrade support for the SSE4 ptest intrinsics.
...
Patch by Michael Kuperstein.
llvm-svn: 158295
2012-06-10 18:42:51 +00:00