[PATCH] D124182: [AMDGPU] Combine DPP mov even if old reg def is in different BB
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 21 09:54:14 PDT 2022
rampitec added a comment.
In D124182#3465094 <https://reviews.llvm.org/D124182#3465094>, @arsenm wrote:
> The worry is changes in exec between the def and the use
There is llvm::execMayBeModifiedBeforeUse() in the SIInstrInfo.cpp. Maybe it shall be used here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124182/new/
https://reviews.llvm.org/D124182
More information about the llvm-commits
mailing list