llvm-project/llvm/test/Transforms/InferAddressSpaces/AMDGPU
Matt Arsenault 7d6ca2ec57 InferAddressSpaces: Fix assert with unreachable code
Invalid IR in unreachable code is technically valid IR. In this case,
the address space of the value was never inferred, and we tried to
rewrite it with an invalid address space value which would assert.
2020-09-15 15:48:43 -04:00
..
address-space-id-funcs.ll
basic.ll
icmp.ll
infer-address-space.ll
infer-addrspacecast.ll
infer-getelementptr.ll
intrinsics.ll
lit.local.cfg
mem-intrinsics.ll AMDGPU: Fix wrong type mangling in intrinsic test 2020-08-19 14:33:19 -04:00
no-flat-addrspace.ll
noop-ptrint-pair.ll [InferAddressSpaces] Handle the pair of `ptrtoint`/`inttoptr`. 2020-06-25 20:46:56 -04:00
old-pass-regressions.ll
ptrmask.ll AMDGPU: Handle rewriting ptrmask for more address spaces 2020-05-28 14:35:15 -04:00
redundant-addrspacecast.ll
select.ll Recommit "[InstSimplify] Remove select ?, undef, X -> X and select ?, X, undef -> X transforms" and its follow up patches 2020-08-12 10:45:27 -07:00
self-phi.ll InferAddressSpaces: Fix assert with unreachable code 2020-09-15 15:48:43 -04:00
unreachable-code-assert.ll InferAddressSpaces: Fix assert with unreachable code 2020-09-15 15:48:43 -04:00
volatile.ll