AMDGPU/GlobalISel: Fix some broken YAML in MIR test
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sun, 31 May 2020 18:59:52 +0000 (14:59 -0400)
committerMatt Arsenault <arsenm2@gmail.com>
Fri, 5 Jun 2020 17:59:46 +0000 (13:59 -0400)
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

index 9669729..9e540ed 100644 (file)
@@ -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
 
+...