summaryrefslogtreecommitdiff
path: root/test/Assembler/2007-03-19-NegValue.ll
Commit message (Collapse)AuthorAge
* For PR1319:Reid Spencer2007-04-15
| | | | | | | | | | | Upgrade to new Tcl exec based test framework. This exposes three regressions in llvm-upgrade: test/Assembler/2002-08-19-BytecodeReader.llx test/Assembler/2003-08-21-ConstantExprCast-Fold.llx test/Assembler/2004-01-11-getelementptrfolding.llx git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36067 91177308-0d34-0410-b5e6-96231b3b80d8
* Test case noticed by Sheng that fails because negative values that areReid Spencer2007-03-19
greater than 64-bits don't have the sign bits extended on construction of the APInt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35178 91177308-0d34-0410-b5e6-96231b3b80d8