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

William Moses via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 09:20:10 PST 2022


wsmoses updated this revision to Diff 409690.
wsmoses added a comment.

Address comments and rebase


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/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.409690.patch
Type: text/x-patch
Size: 46730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220217/6b9c2709/attachment.bin>


More information about the llvm-commits mailing list