[llvm] 5ee2a1e - AMDGPU/GlobalISel: Fix some broken YAML in MIR test
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 10:59:57 PDT 2020
Author: Matt Arsenault
Date: 2020-06-05T13:59:46-04:00
New Revision: 5ee2a1e476ca3eafaa184ec311168df91310e714
URL: https://github.com/llvm/llvm-project/commit/5ee2a1e476ca3eafaa184ec311168df91310e714
DIFF: https://github.com/llvm/llvm-project/commit/5ee2a1e476ca3eafaa184ec311168df91310e714.diff
LOG: AMDGPU/GlobalISel: Fix some broken YAML in MIR test
Different tools seem to be more or less strict with the markers
between different functions.
Added:
Modified:
llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.exp.mir
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.exp.mir b/llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.exp.mir
index 9669729d0221..9e540edfe51d 100644
--- a/llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.exp.mir
+++ b/llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.exp.mir
@@ -29,3 +29,4 @@ body: |
; CHECK: EXP_DONE 1, %0, %0, [[UNDEF3]], [[UNDEF2]], 0, 1, 15, implicit $exec
G_INTRINSIC_W_SIDE_EFFECTS intrinsic(@llvm.amdgcn.exp.compr), 1, 15, %5:vgpr(<2 x s16>), %5:vgpr(<2 x s16>), -1, 0
+...
More information about the llvm-commits
mailing list