Reject bitcasts between address spaces with different sizes
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 31 Jul 2013 17:49:08 +0000 (17:49 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 31 Jul 2013 17:49:08 +0000 (17:49 +0000)
commit16e4ed5879da57502ea3686c79c63f86994fbe75
treeb03848cef153e0fa6d41779770d4b382a62247b4
parent04ded924f3583438c6633823eddb87761fa73cce
Reject bitcasts between address spaces with different sizes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187506 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.rst
lib/IR/Verifier.cpp
test/Verifier/bitcast-address-space-nested-global-cycle.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-nested-global.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-through-constant-inttoptr-inside-gep-instruction.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-through-constant-inttoptr.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-through-gep-2.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-through-gep.ll [new file with mode: 0644]
test/Verifier/bitcast-address-space-through-inttoptr.ll [new file with mode: 0644]
test/Verifier/bitcast-address-spaces.ll [new file with mode: 0644]
test/Verifier/bitcast-vector-pointer-as.ll [new file with mode: 0644]