[PATCH] D104569: [SimplifyCFG] Fix SimplifyBranchOnICmpChain to be undef/poison safe.
Hyeongyu Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 11 21:34:12 PDT 2021
hyeongyukim added a comment.
After D105392 <https://reviews.llvm.org/D105392> was applied, there is little change in the Assembly.
There are five changes of the 1977 files included in LLVM testsuite, but they are all synthetic changes.
You can check the difference in the attached file.
F17888931: diff_files.tar.gz <https://reviews.llvm.org/F17888931>
This patch fixes miscompilation and does not add assembly, so I think it's the right time to review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104569/new/
https://reviews.llvm.org/D104569
More information about the llvm-commits
mailing list