diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/sram-ecc-default.ll')
| -rw-r--r-- | llvm/test/CodeGen/AMDGPU/sram-ecc-default.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/sram-ecc-default.ll b/llvm/test/CodeGen/AMDGPU/sram-ecc-default.ll index fee9f8e3e367..18a991c7bab4 100644 --- a/llvm/test/CodeGen/AMDGPU/sram-ecc-default.ll +++ b/llvm/test/CodeGen/AMDGPU/sram-ecc-default.ll @@ -5,6 +5,7 @@ ; RUN: llc -mtriple=amdgcn -mcpu=gfx904 -mattr=+sramecc < %s | FileCheck -check-prefixes=GCN,NO-ECC %s ; RUN: llc -mtriple=amdgcn -mcpu=gfx906 -mattr=+sramecc < %s | FileCheck -check-prefixes=GCN,ECC %s ; RUN: llc -mtriple=amdgcn -mcpu=gfx906 -mattr=-sramecc < %s | FileCheck -check-prefixes=GCN,NO-ECC %s +; RUN: llc -mtriple=amdgcn -mcpu=gfx1250 < %s | FileCheck -check-prefixes=GCN,ECC %s ; Make sure the correct set of targets are marked with ; FeatureDoesNotSupportSRAMECC, and +sramecc is ignored if it's never @@ -12,7 +13,7 @@ ; GCN-LABEL: {{^}}load_global_hi_v2i16_reglo_vreg: ; NO-ECC: global_load_short_d16_hi -; ECC: global_load_ushort +; ECC: global_load_{{ushort|u16}} define void @load_global_hi_v2i16_reglo_vreg(ptr addrspace(1) %in, i16 %reg) { entry: %gep = getelementptr inbounds i16, ptr addrspace(1) %in, i64 -2047 |
