llvm-6502/lib/Transforms
Zhou Sheng aa305ab5e8 Clean up codes in ComputeMaskedBits():
1. Line out nested use of zext/trunc.
2. Make more use of getHighBitsSet/getLowBitsSet.
3. Use APInt[] != 0 instead of "(APInt & SignBit) != 0".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35408 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-28 02:19:03 +00:00
..
Hello
Instrumentation remove reoptimizer-specific passes 2007-02-20 05:31:49 +00:00
IPO Unbreak VC++ build. 2007-03-05 00:00:42 +00:00
Scalar Clean up codes in ComputeMaskedBits(): 2007-03-28 02:19:03 +00:00
Utils Reduce malloc/free traffic. 2007-03-26 23:19:29 +00:00
Makefile For PR1072: 2007-02-03 23:15:56 +00:00