[llvm] r228374 - R600/SI: Amend a test to ensure WQM is enabled for LDS in pixel shaders
Michel Danzer
michel.daenzer at amd.com
Thu Feb 5 18:51:29 PST 2015
Author: daenzer
Date: Thu Feb 5 20:51:29 2015
New Revision: 228374
URL: http://llvm.org/viewvc/llvm-project?rev=228374&view=rev
Log:
R600/SI: Amend a test to ensure WQM is enabled for LDS in pixel shaders
Reviewed-by: Tom Stellard <tom at stellard.net>
Modified:
llvm/trunk/test/CodeGen/R600/si-sgpr-spill.ll
Modified: llvm/trunk/test/CodeGen/R600/si-sgpr-spill.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/si-sgpr-spill.ll?rev=228374&r1=228373&r2=228374&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/si-sgpr-spill.ll (original)
+++ llvm/trunk/test/CodeGen/R600/si-sgpr-spill.ll Thu Feb 5 20:51:29 2015
@@ -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
More information about the llvm-commits
mailing list