[PATCH] D79385: NFC: Simplify O1 pass pipeline construction.

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 18:50:43 PDT 2020


echristo created this revision.
echristo added a reviewer: chandlerc.
Herald added subscribers: hiraditya, mcrosier.
Herald added a project: LLVM.

Improve readability and make it easier to simplify the pipeline moving forward.

Pull O1 <https://reviews.llvm.org/owners/package/1/> pass pipeline out into a separate function and simplify
buildFunctionSimplificationPipeline accordingly.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79385

Files:
  llvm/include/llvm/Passes/PassBuilder.h
  llvm/lib/Passes/PassBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79385.261984.patch
Type: text/x-patch
Size: 10237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200505/8fbd52fe/attachment-0001.bin>


More information about the llvm-commits mailing list