[PATCH] D104569: [SimplifyCFG] Fix SimplifyBranchOnICmpChain to be undef/poison safe.
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 28 19:16:06 PDT 2021
aqjune added a comment.
To address possible performance issues, do you want to take https://reviews.llvm.org/D82317 ? The validity of noundef flag is already checked by reviewers, the only necessary thing is to turn the flag on.
================
Comment at: llvm/test/Transforms/SimplifyCFG/switch_msan.ll:81
+; CHECK-NEXT: i8 10, label [[WHILE_BODY]]
+; CHECK-NEXT: ]
; CHECK: return:
----------------
This is an improvement, which is nice.
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