[PATCH] D75860: [AMDGPU] Fix scheduling info for terminator SALU instructions

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 9 15:08:10 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc7b2e7f52742: [AMDGPU] Fix scheduling info for terminator SALU instructions (authored by foad).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75860/new/

https://reviews.llvm.org/D75860

Files:
  llvm/lib/Target/AMDGPU/SIInstructions.td


Index: llvm/lib/Target/AMDGPU/SIInstructions.td
===================================================================
--- llvm/lib/Target/AMDGPU/SIInstructions.td
+++ llvm/lib/Target/AMDGPU/SIInstructions.td
@@ -230,6 +230,7 @@
   let hasSideEffects = base_inst.hasSideEffects;
   let UseNamedOperandTable = base_inst.UseNamedOperandTable;
   let CodeSize = base_inst.CodeSize;
+  let SchedRW = base_inst.SchedRW;
 }
 
 let WaveSizePredicate = isWave64 in {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75860.249229.patch
Type: text/x-patch
Size: 456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200309/917487e6/attachment.bin>


More information about the llvm-commits mailing list