llvm-6502/lib
Justin Holewinski a20067b5d4 [NVPTX] Implement custom lowering of loads/stores for i1
Loads from i1 become loads from i8 followed by trunc
Stores to i1 become zext to i8 followed by store to i8

Fixes PR13291

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167948 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-14 19:19:16 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Fix really stupid ARM EHABI info generation bug: we should not emit 2012-11-14 19:13:30 +00:00
DebugInfo
ExecutionEngine
Linker Move the "findUsedStructTypes" functionality outside of the Module class. 2012-08-03 00:30:35 +00:00
MC Emit relocations from .debug_aranges to .debug_info for asm files 2012-11-14 09:55:38 +00:00
Object s/assert/llvm_unreachable/ 2012-11-14 17:58:11 +00:00
Support
TableGen
Target [NVPTX] Implement custom lowering of loads/stores for i1 2012-11-14 19:19:16 +00:00
Transforms Fix the largest offender of determinism in BBVectorize 2012-11-14 18:38:11 +00:00
VMCore Revert some redundant parts of r142605. 2012-11-14 09:04:56 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile