[PATCH] D116058: [InstCombine] Convert binop(phi, v) to phi(binop) for constant phi operands
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 21 12:37:10 PST 2021
nikic added a comment.
This reminds me of the SpeculateAroundPhis pass, see D37467 <https://reviews.llvm.org/D37467> and D104099 <https://reviews.llvm.org/D104099>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116058/new/
https://reviews.llvm.org/D116058
More information about the llvm-commits
mailing list