[PATCH] D149339: [InstCombine] Add frozen for the condition value of SelectInst
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 28 12:48:43 PDT 2023
efriedma added a comment.
I don't think there's anything to do here at the moment. "noundef" refers to both undef and poison. (Later optimizations will remove the "freeze" if it isn't necessary.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149339/new/
https://reviews.llvm.org/D149339
More information about the llvm-commits
mailing list