llvm-project/llvm/test/Transforms/InferAddressSpaces
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
..
AMDGPU InferAddressSpaces: Fix assert with unreachable code 2020-09-15 15:48:43 -04:00
NVPTX [InferAddressSpaces] Enhance the handling of cosntexpr. 2019-05-10 14:57:42 +00:00