From 37206c74a04d64b5dd0e77cf943e52d403d910b4 Mon Sep 17 00:00:00 2001 From: Michel Danzer Date: Fri, 6 Feb 2015 02:51:29 +0000 Subject: [PATCH] R600/SI: Amend a test to ensure WQM is enabled for LDS in pixel shaders Reviewed-by: Tom Stellard llvm-svn: 228374 --- test/CodeGen/R600/si-sgpr-spill.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/R600/si-sgpr-spill.ll b/test/CodeGen/R600/si-sgpr-spill.ll index ef3e77928f6..18fda20b0d1 100644 --- a/test/CodeGen/R600/si-sgpr-spill.ll +++ b/test/CodeGen/R600/si-sgpr-spill.ll @@ -5,6 +5,7 @@ ; SGPRs. ; CHECK-LABEL: {{^}}main: +; CHECK: s_wqm ; Writing to M0 from an SMRD instruction will hang the GPU. ; CHECK-NOT: s_buffer_load_dword m0 ; CHECK: s_endpgm