[PATCH] D24684: AMDGPU: Remove scheduling info from si_mask_branch
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 6 09:48:29 PDT 2016
arsenm updated this revision to Diff 73812.
arsenm added a comment.
Set bit in right direction
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
@@ -145,6 +145,8 @@
let isBarrier = 0;
let SALU = 1;
let Uses = [EXEC];
+ let SchedRW = [];
+ let hasNoSchedulingInfo = 1;
}
let isTerminator = 1 in {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24684.73812.patch
Type: text/x-patch
Size: 357 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161006/98a4b4df/attachment.bin>
More information about the llvm-commits
mailing list