[PATCH] D128800: [AMDGPU] Fix liveness for loops in si-optimize-exec-masking-pre-ra

Carl Ritson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 03:39:46 PDT 2022


critson created this revision.
critson added reviewers: arsenm, rampitec, foad, piotr.
Herald added subscribers: kosarev, jsilvanus, kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
Herald added a project: All.
critson requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Follow up to D127894 <https://reviews.llvm.org/D127894>, new liveness update code needs to handle
the case where S_ANDN2 input must be extended through loops when
V_CNDMASK_B32 has been hoisted.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128800

Files:
  llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp
  llvm/test/CodeGen/AMDGPU/opt-exec-masking-pre-ra-update-liveness.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128800.440923.patch
Type: text/x-patch
Size: 8479 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220629/893a4a0f/attachment.bin>


More information about the llvm-commits mailing list