[PATCH] D132073: [CodeGen] Zero out only modified registers
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 1 17:20:32 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.
When I add a "=D" constraint the kernel boots up...*sigh* That may have been it...
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