[PATCH] D123749: [llvm-reduce] Add delta pass to run IR passes
John Regehr via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 4 19:27:44 PDT 2022
regehr added inline comments.
================
Comment at: llvm/tools/llvm-reduce/deltas/RunIRPasses.cpp:21
+ "what's passed to `opt -passes`."),
+ cl::init("function(instcombine,gvn,simplifycfg,infer-address-spaces)"));
+
----------------
put SROA at the start of this list?
I'd also argue for SCCP and DCE but I don't feel that strongly about it
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123749/new/
https://reviews.llvm.org/D123749
More information about the llvm-commits
mailing list