[PATCH] D72916: [IPO] Don't run jump threading at Oz

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 17 05:03:56 PST 2020


samparker created this revision.
samparker added reviewers: efriedma, MatzeB, spatel, craig.topper, kazu, wmi, dmgreen.
Herald added subscribers: jfb, hiraditya, mehdi_amini.
Herald added a project: LLVM.

Duplicating code across basic blocks goes against what we try to achieve at Oz, so don't add it to the pipeline in this case.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72916

Files:
  llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
  llvm/test/Other/opt-Oz-pipeline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72916.238739.patch
Type: text/x-patch
Size: 16188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200117/6da82e3c/attachment.bin>


More information about the llvm-commits mailing list