[PATCH] D53895: [LoopUnroll] add parsing for unroll parameters in -passes pipeline

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 31 03:09:16 PDT 2018


chandlerc added a comment.

Curious how others feel, but I'd prefer to keep all the parsing in the pass builder rather than start calling back into the passes. I think that keeps the passes more minimal, and I don't think this kind of parsing should he so widespread as to need separation. If a few passes have custom logicbib pass builder that seems ok...


Repository:
  rL LLVM

https://reviews.llvm.org/D53895





More information about the llvm-commits mailing list