Add the SCCP regression tests for APInt expressions. These test cases
authorReid Spencer <rspencer@reidspencer.com>
Fri, 13 Apr 2007 22:33:10 +0000 (22:33 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 13 Apr 2007 22:33:10 +0000 (22:33 +0000)
commitc6b9efabee934041f6461c4af255db9a0fd4a5d1
tree514104dfaa098e795ef0856b95ad63ad4629e644
parent4dcedf1e8505a094b031d3a72033a886c0e53da1
Add the SCCP regression tests for APInt expressions. These test cases
turned up some regressions that have since been fixed. We don't want to
loose the regression tests.

Test cases by Guoling Han.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35974 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
test/Transforms/SCCP/apint-array.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-basictest.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-basictest2.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-basictest3.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-basictest4.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-bigarray.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-bigint.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-bigint2.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-ipsccp1.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-ipsccp2.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-ipsccp3.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-ipsccp4.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-load.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-phi.ll [new file with mode: 0644]
test/Transforms/SCCP/apint-select.ll [new file with mode: 0644]