[PATCH] D22724: [PM] Significantly refactor the pass pipeline parsing to be easier to reason about and less error prone.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 18:27:00 PDT 2016


chandlerc updated this revision to Diff 66603.
chandlerc added a comment.

Add error checking for providing an inner pipeline to a normal pass by handling
the inner pipeline parsing separately. Seems less brittle going forward too.


https://reviews.llvm.org/D22724

Files:
  include/llvm/Passes/PassBuilder.h
  lib/Passes/PassBuilder.cpp
  test/Other/pass-pipeline-parsing.ll
  test/Transforms/LoopStrengthReduce/quadradic-exit-value.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22724.66603.patch
Type: text/x-patch
Size: 29140 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160803/d9ee9845/attachment.bin>


More information about the llvm-commits mailing list