[PATCH] D85484: Unbundle KILL bundles in VirtRegRewriter
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 7 13:07:44 PDT 2020
rampitec updated this revision to Diff 284006.
rampitec retitled this revision from "Properly form bundles in SplitKit" to "Unbundle KILL bundles in VirtRegRewriter".
rampitec edited the summary of this revision.
rampitec added a comment.
After all these changes I now believe these are two separate problems and two separate patches. Handling of KILLs is what solves the problem and what needs to be done anyway. A question of proper formation and marking of transient bundles is a separate issue.
Changed to only handle KILLs. I believe it should make the patch not controversial.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85484/new/
https://reviews.llvm.org/D85484
Files:
llvm/lib/CodeGen/VirtRegMap.cpp
llvm/test/CodeGen/AMDGPU/splitkit-copy-bundle.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85484.284006.patch
Type: text/x-patch
Size: 7005 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200807/0e485a6c/attachment.bin>
More information about the llvm-commits
mailing list