[PATCH] D119965: [LICM][PhaseOrder] Don't speculate in LICM until after running loop rotate
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 1 16:30:09 PDT 2022
lebedev.ri added a comment.
If this is really as simple as all the incoming values being identical instructions with identical arguments, then it seems like a simple extension of the `InstCombinerImpl::foldPHIArgOpIntoPHI()`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119965/new/
https://reviews.llvm.org/D119965
More information about the llvm-commits
mailing list