[PATCH] D84940: [JumpThreading] Conditionally freeze its condition when unfolding select
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 9 16:40:40 PDT 2020
aqjune added a comment.
Ping
Shall we do the full insertion of freeze after noundef-relevant patches (D81678 <https://reviews.llvm.org/D81678> and a few patches adding noundef to library functions) are fully landed?
Until then, I think limiting this to LTO is necessary because this will introduce many instructions that will interact with many optimizations in `O3`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84940/new/
https://reviews.llvm.org/D84940
More information about the llvm-commits
mailing list