[PATCH] D121944: [LICM] Add allowspeculation pass options.
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 17 13:10:49 PDT 2022
aeubanks added inline comments.
================
Comment at: llvm/include/llvm/Transforms/Scalar/LICM.h:74
+ AllowSpeculation)) {}
+ LICMPass(LICMOptions Opts) : Opts(Opts) {}
+
----------------
should also implement
```
void printPipeline(raw_ostream &OS,
function_ref<StringRef(StringRef)> MapClassName2PassName);
```
with a corresponding test in `llvm/test/Other/new-pm-print-pipeline.ll`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121944/new/
https://reviews.llvm.org/D121944
More information about the llvm-commits
mailing list