Add addrspacecast instruction.
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 15 Nov 2013 01:34:59 +0000 (01:34 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 15 Nov 2013 01:34:59 +0000 (01:34 +0000)
commit59d3ae6cdc4316ad338cd848251f33a236ccb36c
treeaec8d2396d4a436295845b109fb15b73279a2186
parent2b7fef0ad4bfaaf9fd41cda5abda35aab701b598
Add addrspacecast instruction.

Patch by Michele Scandale!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194760 91177308-0d34-0410-b5e6-96231b3b80d8
51 files changed:
docs/LangRef.rst
include/llvm-c/Core.h
include/llvm/AutoUpgrade.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/IR/Constants.h
include/llvm/IR/IRBuilder.h
include/llvm/IR/Instruction.def
include/llvm/IR/Instructions.h
include/llvm/InstVisitor.h
include/llvm/Target/TargetLowering.h
lib/Analysis/ConstantFolding.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/IR/AutoUpgrade.cpp
lib/IR/ConstantFold.cpp
lib/IR/Constants.cpp
lib/IR/Core.cpp
lib/IR/Instruction.cpp
lib/IR/Instructions.cpp
lib/IR/Value.cpp
lib/IR/Verifier.cpp
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
test/Assembler/ConstantExprFoldCast.ll
test/Assembler/ConstantExprNoFold.ll
test/CodeGen/X86/atomic-dagsched.ll
test/DebugInfo/X86/dbg-value-isel.ll
test/Feature/newcasts.ll
test/Other/constant-fold-gep.ll
test/Transforms/InstCombine/2009-01-16-PointerAddrSpace.ll
test/Transforms/InstCombine/2012-07-30-addrsp-bitcast.ll
test/Transforms/InstCombine/cast_ptr.ll
test/Transforms/InstCombine/constant-fold-address-space-pointer.ll
test/Transforms/InstCombine/gep-addrspace.ll
test/Transforms/InstCombine/objsize-address-space.ll
unittests/IR/InstructionsTest.cpp
utils/emacs/llvm-mode.el
utils/kate/llvm.xml
utils/vim/llvm.vim