[PATCH] D100939: [ExpandPostRAPseudos] Don't add duplicate implicit operands
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 21 08:27:36 PDT 2021
rampitec added a comment.
In D100939#2704630 <https://reviews.llvm.org/D100939#2704630>, @foad wrote:
> For AMDGPU should this be fixed earlier, by not putting the "implicit $exec" on a COPY? I don't understand whether they are required or not.
It was done to prevent rescheduling VGPR COPYs across EXEC modifications. Still needed I believe.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100939/new/
https://reviews.llvm.org/D100939
More information about the llvm-commits
mailing list