[PATCH] D132073: [CodeGen] Zero out only modified registers
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 30 14:34:17 PDT 2022
efriedma added a comment.
Can you give an example of a function that is miscompiled without your patch, and is not miscompiled with you patch? I don't see anything obviously wrong with the way we're compiling the given testcases without the patch.
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