1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/test/CodeGen
Chris Lattner fc3b6903e3 new testcase, corresponds to:
long long test(long long A, unsigned B) {
  return (A + ((long long)B << 32));
}

llvm-svn: 34911
2007-03-04 20:39:47 +00:00
..
Alpha Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00
ARM Fix test case. 2007-02-28 00:36:33 +00:00
CBackend Make the testcase correct. 2007-02-23 23:23:41 +00:00
Generic new testcase, corresponds to: 2007-03-04 20:39:47 +00:00
IA64
PowerPC This test passes on x86/Linux now. 2007-02-27 20:46:44 +00:00
SPARC
X86 Add a new test case. 2007-03-02 10:37:19 +00:00
.cvsignore