[PATCH] D96724: AMDGPU: Remove kills following clusters of memory instruction
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 15 10:26:06 PST 2021
arsenm created this revision.
arsenm added reviewers: rampitec, vpykhtin, RamNalamothu, scott.linder, kerbowa.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
In a future commit, soft clauses will be hinted with kill instructions
rather than forced together with bundles. Look for kills that look
like this, and erase them. I'm not sure if the check for specific uses
is worthwhile, or if it would be better to just unconditionally erase
kills.
This reduces test churn in a future patch.
https://reviews.llvm.org/D96724
Files:
llvm/lib/Target/AMDGPU/SIPostRABundler.cpp
llvm/test/CodeGen/AMDGPU/postra-bundle-memops.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96724.323792.patch
Type: text/x-patch
Size: 6004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210215/54a51dd4/attachment.bin>
More information about the llvm-commits
mailing list