[PATCH] D24684: AMDGPU: Remove scheduling info from si_mask_branch
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 16 14:01:00 PDT 2016
arsenm created this revision.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
Herald added subscribers: tony-tye, yaxunl, nhaehnle, wdng, kzhuravl, arsenm.
https://reviews.llvm.org/D24684
Files:
lib/Target/AMDGPU/SIInstructions.td
Index: lib/Target/AMDGPU/SIInstructions.td
===================================================================
--- lib/Target/AMDGPU/SIInstructions.td
+++ lib/Target/AMDGPU/SIInstructions.td
@@ -1036,6 +1036,8 @@
let SALU = 1;
let Uses = [EXEC];
let Transient = 1;
+ let hasNoSchedulingInfo = 0;
+ let SchedRW = [];
}
let isTerminator = 1 in {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24684.71696.patch
Type: text/x-patch
Size: 359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160916/408d1f55/attachment.bin>
More information about the llvm-commits
mailing list