[PATCH] D38466: [ TargetLowering, AMDGPU] Use the return value of UpdateNodeOperands();
Mark Searles via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 9 14:36:44 PDT 2017
msearles updated this revision to Diff 118274.
msearles added a comment.
Update test per reviewer comments.
https://reviews.llvm.org/D38466
Files:
test/CodeGen/AMDGPU/simplifydemandedbits-recursion.ll
Index: test/CodeGen/AMDGPU/simplifydemandedbits-recursion.ll
===================================================================
--- test/CodeGen/AMDGPU/simplifydemandedbits-recursion.ll
+++ test/CodeGen/AMDGPU/simplifydemandedbits-recursion.ll
@@ -1,4 +1,4 @@
-; RUN: (llc -march=amdgcn < %s | FileCheck -check-prefix=GCN %s)
+; RUN: llc -march=amdgcn < %s | FileCheck %s
; Check we can compile this bugpoint-reduced test without an
; infinite loop in TLI.SimplifyDemandedBits() due to failure
@@ -18,7 +18,7 @@
; Function Attrs: nounwind readnone speculatable
declare float @llvm.fmuladd.f32(float, float, float) #0
-; GCN: s_endpgm
+; CHECK: s_endpgm
define amdgpu_kernel void @foo(float addrspace(1)* noalias nocapture readonly %arg, float addrspace(1)* noalias nocapture readonly %arg1, float addrspace(1)* noalias nocapture %arg2, float %arg3) local_unnamed_addr !reqd_work_group_size !0 {
bb:
%tmp = tail call i32 @llvm.amdgcn.workitem.id.y()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38466.118274.patch
Type: text/x-patch
Size: 963 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171009/0c87b6d3/attachment.bin>
More information about the llvm-commits
mailing list