[PATCH] D127768: AMDGPU: Clear kill flags when optimizing vcmp save exec sequence
Thomas Symalla via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 14 11:50:01 PDT 2022
tsymalla added a comment.
In D127768#3582616 <https://reviews.llvm.org/D127768#3582616>, @rampitec wrote:
> Why not to remove original v_cmp instead? It should have no other uses.
v_cmp result is used as source for the saveexec (mostly vcc).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127768/new/
https://reviews.llvm.org/D127768
More information about the llvm-commits
mailing list