summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AMDGPU/agpr-register-count.ll
diff options
context:
space:
mode:
authorStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2019-08-23 22:09:58 +0000
committerStanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com>2019-08-23 22:09:58 +0000
commit8fe1245a0f75ebd9e3eb887d870e948801ea62e6 (patch)
tree83dbe672fd6dd0f2a38ae0bab9e2a85ff855c2ef /llvm/test/CodeGen/AMDGPU/agpr-register-count.ll
parent5b31ac509687bdcef5a29b69e930f834e26ac2f9 (diff)
downloadbcm5719-llvm-8fe1245a0f75ebd9e3eb887d870e948801ea62e6.tar.gz
bcm5719-llvm-8fe1245a0f75ebd9e3eb887d870e948801ea62e6.zip
[AMDGPU] w/a for gfx908 mfma SrcC literal HW bug
gfx908 ignores an mfma if SrcC is a literal. Differential Revision: https://reviews.llvm.org/D66670 llvm-svn: 369816
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/agpr-register-count.ll')
-rw-r--r--llvm/test/CodeGen/AMDGPU/agpr-register-count.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/agpr-register-count.ll b/llvm/test/CodeGen/AMDGPU/agpr-register-count.ll
index dfedd2402a0..c2dfbe27890 100644
--- a/llvm/test/CodeGen/AMDGPU/agpr-register-count.ll
+++ b/llvm/test/CodeGen/AMDGPU/agpr-register-count.ll
@@ -3,7 +3,7 @@
declare <32 x float> @llvm.amdgcn.mfma.f32.32x32x1f32(float, float, <32 x float>, i32, i32, i32)
; GCN-LABEL: {{^}}test_32_agprs:
-; GCN: v_mfma_f32_32x32x1f32 a[0:31], {{v[0-9]+}}, {{v[0-9]+}}, 0
+; GCN: v_mfma_f32_32x32x1f32 a[0:31], {{v[0-9]+}}, {{v[0-9]+}},
; GCN-NOT: v28
; GCN: NumVgprs: 32
; GCN: VGPRBlocks: 7
OpenPOWER on IntegriCloud