lebedev.ri added inline comments.

================
Comment at: llvm/lib/Passes/PassBuilder.cpp:1449
-  // inserting redundancies into the program. This even includes SimplifyCFG.
-  OptimizePM.addPass(SpeculateAroundPHIsPass());
-
----------------
nikic wrote:
> As it has been in-tree for a while, I think it would be good to add a cl::opt 
> option for people who have come to rely on it being present in some way.
I'm not convinced that the pass can be returned into it's current position in 
pipeline,
that is why the diff is what it is now.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104099

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to