[PATCH] D29015: [SimpleLoopUnswitch] Fix introduction of UB when hoisted condition may be undef or poison
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 22:34:57 PST 2020
aqjune marked 2 inline comments as done.
aqjune added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp:186
+ BasicBlock &NormalSucc,
+ bool insertFreeze) {
IRBuilder<> IRB(&BB);
----------------
jdoerfert wrote:
> Nit: `InsertFreze`
Fixed via https://github.com/llvm/llvm-project/commit/1cb7ec870dc5c6b3900bfc832b910010dfac772b
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D29015/new/
https://reviews.llvm.org/D29015
More information about the llvm-commits
mailing list