[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
Thu Feb 17 09:51:43 PST 2022


lebedev.ri added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/LoopUtils.h:211
+/// \p AllowSpeculation is whether values should be hoisted even if they are not
+/// guaranteed to execute in the loop.
 bool promoteLoopAccessesToScalars(
----------------
Same comment update (and elsewhere)


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