[PATCH] D84959: [NewPM][LVI] Abandon LVI after CVP

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 11:04:30 PDT 2020


aeubanks added inline comments.


================
Comment at: llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp:89
+// Allows disabling LVI abandoning for pipeline tests.
+static cl::opt<bool> NoLVIAbandon(
+    "no-lvi-abandon",
----------------
can we skip this option and update the pipeline tests?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84959/new/

https://reviews.llvm.org/D84959



More information about the llvm-commits mailing list