From 5ee2a1e476ca3eafaa184ec311168df91310e714 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Sun, 31 May 2020 14:59:52 -0400 Subject: [PATCH] AMDGPU/GlobalISel: Fix some broken YAML in MIR test Different tools seem to be more or less strict with the markers between different functions. --- llvm/test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.exp.mir | 1 + 1 file changed, 1 insertion(+) 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 9669729..9e540ed 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 +... -- 2.7.4