OSDN Git Service

Fix flat-error-unsupported-gpu-hsa test
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Mon, 18 Mar 2019 19:38:04 +0000 (19:38 +0000)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Mon, 18 Mar 2019 19:38:04 +0000 (19:38 +0000)
Differential Revision: https://reviews.llvm.org/D59505

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@356400 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AMDGPU/flat-error-unsupported-gpu-hsa.ll

index 40161d8..25b2132 100644 (file)
@@ -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