[PATCH] D132073: [CodeGen] Zero out only modified registers
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 1 16:44:33 PDT 2022
void added a comment.
In D132073#3765634 <https://reviews.llvm.org/D132073#3765634>, @efriedma wrote:
> Looking at the original source file, is pmd_huge getting inlined? If it is, the missing output/clobber operands probably matter.
pmd_huge isn't inlined, but other callers are. Let me see if adding proper output/clobbers helps.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132073/new/
https://reviews.llvm.org/D132073
More information about the llvm-commits
mailing list