[PATCH] D151797: [AMDGPU] WQM: Allow insertion of exact mode transition as terminator
Carl Ritson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 05:06:44 PDT 2023
critson created this revision.
critson added reviewers: piotr, arsenm, foad.
Herald added subscribers: StephenFan, kerbowa, hiraditya, tpr, dstuttard, yaxunl, jvesely, kzhuravl.
Herald added a project: All.
critson requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
Allow WQM pass to insert transitions to exact mode among block
terminators, instead of forcing them to occur before terminators.
This should not yield any functional change, but allows block
splitting of control flow, such as that in D145329 <https://reviews.llvm.org/D145329>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D151797
Files:
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
llvm/lib/Target/AMDGPU/SIInstructions.td
llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151797.527002.patch
Type: text/x-patch
Size: 4706 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230531/4e1f8739/attachment.bin>
More information about the llvm-commits
mailing list