[PATCH] D29015: [LoopUnswitch] 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
Thu Feb 2 20:37:10 PST 2017
aqjune added a comment.
`NeedFreeze` is set to true in this patch, but it can have different value in upcoming patch (https://reviews.llvm.org/D29016).
https://reviews.llvm.org/D29015
More information about the llvm-commits
mailing list