[PATCH] D83608: [NewPM][CodeGen] Introduce CodeGenPassBuilder to help build codegen pipeline
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 05:36:11 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/CGPassBuilderOption.h:41-43
+ bool DisableLSR = false;
+ bool DisableCGP = false;
+ bool PrintLSR = false;
----------------
I think these need longer names and documentation comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83608/new/
https://reviews.llvm.org/D83608
More information about the llvm-commits
mailing list