summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>2019-03-18 19:38:04 +0000
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>2019-03-18 19:38:04 +0000
commit9af9f500d1977688a08cf6bfe65d30c1c9a32145 (patch)
treefca7408f40d2231d5a7cdfaff097427d70ad14d5
parentcfdfba996b081092814d9b0856fcb8b2e12f73e7 (diff)
downloadbcm5719-llvm-9af9f500d1977688a08cf6bfe65d30c1c9a32145.tar.gz
bcm5719-llvm-9af9f500d1977688a08cf6bfe65d30c1c9a32145.zip
Fix flat-error-unsupported-gpu-hsa test
Differential Revision: https://reviews.llvm.org/D59505 llvm-svn: 356400
-rw-r--r--llvm/test/CodeGen/AMDGPU/flat-error-unsupported-gpu-hsa.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/flat-error-unsupported-gpu-hsa.ll b/llvm/test/CodeGen/AMDGPU/flat-error-unsupported-gpu-hsa.ll
index 40161d8bb89..25b21326d57 100644
--- a/llvm/test/CodeGen/AMDGPU/flat-error-unsupported-gpu-hsa.ll
+++ b/llvm/test/CodeGen/AMDGPU/flat-error-unsupported-gpu-hsa.ll
@@ -7,7 +7,7 @@
; Flat instructions should not select if the target device doesn't
; support them. The default device should be able to select for HSA.
-; ERROR: LLVM ERROR: Cannot select: t{{[0-9]+}}: i32,ch = load<(volatile load 4 from %ir.flat.ptr.load)>
+; ERROR: LLVM ERROR: Cannot select: {{0x[0-9,a-f]+|t[0-9]+}}: i32,ch = load<(volatile load 4 from %ir.flat.ptr.load)>
; HSA-DEFAULT: flat_load_dword
define amdgpu_kernel void @load_flat_i32(i32* %flat.ptr) {
%load = load volatile i32, i32* %flat.ptr, align 4
OpenPOWER on IntegriCloud