[PATCH] D119965: [LICM][PhaseOrder] Don't speculate in LICM until after running loop rotate

William Moses via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 17:13:27 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd9da6a535f21: [LICM][PhaseOrder] Don't speculate in LICM until after running loop rotate (authored by wsmoses).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119965/new/

https://reviews.llvm.org/D119965

Files:
  llvm/include/llvm/Transforms/Scalar.h
  llvm/include/llvm/Transforms/Scalar/LICM.h
  llvm/include/llvm/Transforms/Utils/LoopUtils.h
  llvm/lib/Passes/PassBuilderPipelines.cpp
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/test/Transforms/LoopUnroll/AArch64/runtime-unroll-generic.ll
  llvm/test/Transforms/PhaseOrdering/AArch64/matrix-extract-insert.ll
  llvm/test/Transforms/PhaseOrdering/X86/hoist-load-of-baseptr.ll
  llvm/test/Transforms/PhaseOrdering/X86/speculation-vs-tbaa.ll
  llvm/test/Transforms/PhaseOrdering/X86/spurious-peeling.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119965.409823.patch
Type: text/x-patch
Size: 53314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220218/f4ccadb3/attachment-0001.bin>


More information about the llvm-commits mailing list