[PATCH] D111032: Testing instcombine/licm pass order...

Usman Nadeem via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 3 14:50:40 PDT 2021


mnadeem created this revision.
Herald added subscribers: ormris, wenlei, asbirlea, steven_wu, zzheng, hiraditya.
mnadeem requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Move the call around in function simplification so that LICM is run between Instcombine and loop unroll/vectorize
and add an extra call at the end of vector passes to align with non lto flow.


https://reviews.llvm.org/D111032

Files:
  clang/test/CodeGen/thinlto-distributed-newpm.ll
  llvm/lib/Passes/PassBuilderPipelines.cpp
  llvm/test/Other/new-pm-defaults.ll
  llvm/test/Other/new-pm-lto-defaults.ll
  llvm/test/Other/new-pm-thinlto-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-pgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-postlink-samplepgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-prelink-pgo-defaults.ll
  llvm/test/Other/new-pm-thinlto-prelink-samplepgo-defaults.ll
  llvm/test/Transforms/PhaseOrdering/X86/vdiv-nounroll.ll
  llvm/test/Transforms/PhaseOrdering/X86/vdiv.ll
  llvm/test/Transforms/PhaseOrdering/lto-licm.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111032.376791.patch
Type: text/x-patch
Size: 39196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211003/8a64a939/attachment.bin>


More information about the llvm-commits mailing list