llvm-project/llvm/test/Transforms/InferAddressSpaces/AMDGPU
Austin Kerbow 26b14c3ea7 [InferAddressSpaces] Fix assert on invalid bitcast placement
Similar to the problem in 0bb25b4603, bitcasts that are inserted must
dominate all uses. When rewriting "values" with "new values" that have
the updated address space, we may replace the "new value" with a bitcast
if one of the original users is an addresspace cast. This bitcast must
be inserted before ALL users, not only before the addresspace cast.

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D122964
2022-04-07 20:07:53 -07:00
..
address-space-id-funcs.ll
assumed-addrspace.ll
basic.ll
builtin-assumed-addrspace.ll
icmp.ll
infer-address-space.ll
infer-addrspacecast.ll
infer-getelementptr.ll
insert-pos-assert.ll [InferAddressSpaces] Fix assert on invalid bitcast placement 2022-04-07 20:07:53 -07:00
intrinsics.ll
issue53665.ll
lit.local.cfg
mem-intrinsics.ll
no-flat-addrspace.ll
noop-ptrint-pair.ll
old-pass-regressions-inseltpoison.ll
old-pass-regressions.ll
ptrmask.ll
redundant-addrspacecast.ll
select.ll
self-phi.ll
unreachable-code-assert.ll
volatile.ll