llvm-6502/lib/Transforms
Chris Lattner 46b96055cf implement cast.ll:test35. With this, we recognize:
unsigned short swp(unsigned short a) {
       return ((a & 0xff00) >> 8 | (a & 0x00ff) << 8);
}

as an idiom for bswap.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32011 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-29 07:18:39 +00:00
..
Hello Removed #include <iostream> and used the llvm_cerr/DOUT streams instead. 2006-11-26 09:17:06 +00:00
Instrumentation For PR950: 2006-11-27 01:05:10 +00:00
IPO For PR950: 2006-11-27 01:05:10 +00:00
Scalar implement cast.ll:test35. With this, we recognize: 2006-11-29 07:18:39 +00:00
Utils For PR950: 2006-11-27 01:05:10 +00:00
ExprTypeConvert.cpp For PR950: 2006-11-27 01:05:10 +00:00
LevelRaise.cpp For PR950: 2006-11-27 01:05:10 +00:00
Makefile
TransformInternals.cpp For PR950: 2006-10-20 07:07:24 +00:00
TransformInternals.h For PR950: 2006-10-20 07:07:24 +00:00