[llvm] r221349 - R600/SI: Add an extra check line to make test more strict
Tom Stellard
thomas.stellard at amd.com
Wed Nov 5 06:50:35 PST 2014
Author: tstellar
Date: Wed Nov 5 08:50:34 2014
New Revision: 221349
URL: http://llvm.org/viewvc/llvm-project?rev=221349&view=rev
Log:
R600/SI: Add an extra check line to make test more strict
Modified:
llvm/trunk/test/CodeGen/R600/sext-in-reg.ll
Modified: llvm/trunk/test/CodeGen/R600/sext-in-reg.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/sext-in-reg.ll?rev=221349&r1=221348&r2=221349&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/sext-in-reg.ll (original)
+++ llvm/trunk/test/CodeGen/R600/sext-in-reg.ll Wed Nov 5 08:50:34 2014
@@ -468,6 +468,7 @@ define void @sextload_i8_to_i32_bfe(i32
}
; FUNC-LABEL: {{^}}sextload_i8_to_i32_bfe_0:
+; SI: .text
; SI-NOT: BFE
; SI: S_ENDPGM
define void @sextload_i8_to_i32_bfe_0(i32 addrspace(1)* %out, i8 addrspace(1)* %ptr) nounwind {
More information about the llvm-commits
mailing list