[PATCH] D155308: AMDGPU: Make SI_END_CF convergent

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 09:13:42 PDT 2023


arsenm created this revision.
arsenm added reviewers: AMDGPU, foad, sameerds, rampitec, critson, pravinjagtap.
Herald added subscribers: StephenFan, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

This part has no test changes.


https://reviews.llvm.org/D155308

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
@@ -456,6 +456,7 @@
   let isNotDuplicable = 1; // Not a hard requirement, see long comments above for details.
   let mayLoad = 1; // FIXME: Should not need memory flags
   let mayStore = 1;
+  let isConvergent = 1;
 }
 
 def SI_IF_BREAK : CFPseudoInstSI <


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155308.540451.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230714/f223cf56/attachment.bin>


More information about the llvm-commits mailing list