[PATCH] D156345: RegisterCoalescer: Add implicit-def of super register when coalescing SUBREG_TO_REG
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 28 01:42:33 PDT 2023
qcolombet added a comment.
> This does not yet fix the regression. The isCopyInstr handling needs to start handling implicit-defs on any instruction.
What do you mean here?
In my mind, if we have implicit defs on a copy, then we should probably not consider the related instruction as a copy to begin with.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156345/new/
https://reviews.llvm.org/D156345
More information about the llvm-commits
mailing list