llvm-6502/test/Bitcode
Duncan P. N. Exon Smith 994af148ca 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214157 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-29 01:13:56 +00:00
..
2006-12-11-Cast-ConstExpr.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
2009-06-11-FirstClassAggregateConstant.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
aggregateInstructions.3.2.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
aggregateInstructions.3.2.ll.bc
arm32_neon_vcnt_upgrade.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
atomic.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
attributes-3.3.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
attributes-3.3.ll.bc
attributes.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
binaryFloatInstructions.3.2.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
binaryFloatInstructions.3.2.ll.bc
binaryIntInstructions.3.2.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
binaryIntInstructions.3.2.ll.bc
bitwiseInstructions.3.2.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
bitwiseInstructions.3.2.ll.bc
blockaddress.ll
calling-conventions.3.2.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
calling-conventions.3.2.ll.bc
case-ranges-3.3.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
case-ranges-3.3.ll.bc
cmpxchg-upgrade.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
cmpxchg-upgrade.ll.bc
conversionInstructions.3.2.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
conversionInstructions.3.2.ll.bc
drop-debug-info.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
extractelement.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
flags.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
function-encoding-rel-operands.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
global-variables.3.2.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
global-variables.3.2.ll.bc
inalloca.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
invalid.ll
invalid.ll.bc
linkage-types-3.2.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
linkage-types-3.2.ll.bc
local-linkage-default-visibility.3.4.ll IR: Don't allow non-default visibility on local linkage 2014-05-07 22:57:20 +00:00
local-linkage-default-visibility.3.4.ll.bc IR: Don't allow non-default visibility on local linkage 2014-05-07 22:57:20 +00:00
memInstructions.3.2.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
memInstructions.3.2.ll.bc
metadata-2.ll
metadata.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
miscInstructions.3.2.ll
miscInstructions.3.2.ll.bc
null-type.ll
null-type.ll.bc
old-aliases.ll Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
old-aliases.ll.bc Fix most of PR10367. 2014-05-16 19:35:39 +00:00
pr18704.ll
pr18704.ll.bc
ptest-new.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
ptest-old.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
select.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
shuffle.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
ssse3_palignr.ll
tailcall.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
terminatorInstructions.3.2.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
terminatorInstructions.3.2.ll.bc
upgrade-global-ctors.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
upgrade-global-ctors.ll.bc Handle ConstantAggregateZero when upgrading global_ctors. 2014-05-17 21:00:22 +00:00
upgrade-loop-metadata.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
upgrade-loop-metadata.ll.bc Add some test files for r211710. 2014-06-25 15:41:39 +00:00
upgrade-tbaa.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
use-list-order.ll llvm-uselistorder: Add -num-shuffles option 2014-07-28 23:25:21 +00:00
variableArgumentIntrinsic.3.2.ll
variableArgumentIntrinsic.3.2.ll.bc
vectorInstructions.3.2.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
vectorInstructions.3.2.ll.bc
visibility-styles.3.2.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
visibility-styles.3.2.ll.bc
weak-cmpxchg-upgrade.ll Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
weak-cmpxchg-upgrade.ll.bc IR: add "cmpxchg weak" variant to support permitted failure. 2014-06-13 14:24:07 +00:00