AMDGPU: Convert some cast tests to opaque pointers
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 29 Nov 2022 23:41:50 +0000 (18:41 -0500)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 30 Nov 2022 00:04:58 +0000 (19:04 -0500)
commit6a91a5e82647f206a31706586d201ecc638e9365
tree143c3216ee1bbe60a3dad968d589ffdf622aa50a
parentba1e13d5245977686d37b81ed31ad07a58e35721
AMDGPU: Convert some cast tests to opaque pointers
34 files changed:
llvm/test/CodeGen/AMDGPU/addrspacecast-captured.ll
llvm/test/CodeGen/AMDGPU/addrspacecast-constantexpr.ll
llvm/test/CodeGen/AMDGPU/addrspacecast-initializer-unsupported.ll
llvm/test/CodeGen/AMDGPU/addrspacecast-initializer.ll
llvm/test/CodeGen/AMDGPU/addrspacecast-known-non-null.ll
llvm/test/CodeGen/AMDGPU/addrspacecast.ll
llvm/test/CodeGen/AMDGPU/any_extend_vector_inreg.ll
llvm/test/CodeGen/AMDGPU/anyext.ll
llvm/test/CodeGen/AMDGPU/codegen-prepare-addrmode-sext.ll
llvm/test/CodeGen/AMDGPU/combine-and-sext-bool.ll
llvm/test/CodeGen/AMDGPU/fp16_to_fp32.ll
llvm/test/CodeGen/AMDGPU/fp16_to_fp64.ll
llvm/test/CodeGen/AMDGPU/fp32_to_fp16.ll
llvm/test/CodeGen/AMDGPU/fp_to_sint.f64.ll
llvm/test/CodeGen/AMDGPU/fp_to_sint.ll
llvm/test/CodeGen/AMDGPU/fp_to_uint.f64.ll
llvm/test/CodeGen/AMDGPU/fp_to_uint.ll
llvm/test/CodeGen/AMDGPU/fpext.f16.ll
llvm/test/CodeGen/AMDGPU/fpext.ll
llvm/test/CodeGen/AMDGPU/fptosi.f16.ll
llvm/test/CodeGen/AMDGPU/fptoui.f16.ll
llvm/test/CodeGen/AMDGPU/i8-to-double-to-float.ll
llvm/test/CodeGen/AMDGPU/setcc-sext.ll
llvm/test/CodeGen/AMDGPU/sext-eliminate.ll
llvm/test/CodeGen/AMDGPU/sext-in-reg.ll
llvm/test/CodeGen/AMDGPU/sign_extend.ll
llvm/test/CodeGen/AMDGPU/sint_to_fp.f64.ll
llvm/test/CodeGen/AMDGPU/sint_to_fp.i64.ll
llvm/test/CodeGen/AMDGPU/sint_to_fp.ll
llvm/test/CodeGen/AMDGPU/sitofp.f16.ll
llvm/test/CodeGen/AMDGPU/uint_to_fp.f64.ll
llvm/test/CodeGen/AMDGPU/uint_to_fp.i64.ll
llvm/test/CodeGen/AMDGPU/uint_to_fp.ll
llvm/test/CodeGen/AMDGPU/uitofp.f16.ll