llvm-6502/lib
Nadav Rotem 5b2bba6122 Fix pr11193.
SHL inserts zeros from the right, thus even when the original
sign_extend_inreg value was of 1-bit, we need to sra.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142724 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-22 12:39:25 +00:00
..
Analysis Extend the floating point heuristic to consider NaN checks unlikely. 2011-10-21 21:13:47 +00:00
Archive
AsmParser
Bitcode
CodeGen Make sure that the landing pads themselves have no PHI instructions in them. 2011-10-21 22:08:56 +00:00
DebugInfo
ExecutionEngine
Linker
MC
Object Use LLVMBool for a function that logically returns a boolean value. 2011-10-21 20:35:58 +00:00
Support
TableGen
Target Fix pr11193. 2011-10-22 12:39:25 +00:00
Transforms Remap blockaddress correctly when inlining a function. Fixes PR10162. 2011-10-21 20:45:19 +00:00
VMCore
CMakeLists.txt
Makefile