[llvm] 8c5dc08 - [AMDGPU] Added label to test. NFC.
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 3 11:43:11 PDT 2020
Author: Stanislav Mekhanoshin
Date: 2020-04-03T11:36:32-07:00
New Revision: 8c5dc084e5273670f4dc4f07ac4c89b4c4f311a6
URL: https://github.com/llvm/llvm-project/commit/8c5dc084e5273670f4dc4f07ac4c89b4c4f311a6
DIFF: https://github.com/llvm/llvm-project/commit/8c5dc084e5273670f4dc4f07ac4c89b4c4f311a6.diff
LOG: [AMDGPU] Added label to test. NFC.
Added:
Modified:
llvm/test/CodeGen/AMDGPU/mfma-loop.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AMDGPU/mfma-loop.ll b/llvm/test/CodeGen/AMDGPU/mfma-loop.ll
index 9b5438c5e91d..63c4e5c49656 100644
--- a/llvm/test/CodeGen/AMDGPU/mfma-loop.ll
+++ b/llvm/test/CodeGen/AMDGPU/mfma-loop.ll
@@ -487,6 +487,8 @@ exit:
ret void
}
+; GCN-LABEL: {{^}}test_mfma_nested_loop_zeroinit:
+
; GCN-COUNT-32: v_accvgpr_write_b32 a{{[0-9]+}}, 0{{$}}
; Check that we do not copy agprs to vgprs and back in an outer loop.
More information about the llvm-commits
mailing list