[PATCH] D148269: [Pipeline] Don't limit ArgumentPromotion to -O3

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 15:05:07 PDT 2023


aeubanks added a comment.

In D148269#4266395 <https://reviews.llvm.org/D148269#4266395>, @nikic wrote:

> Running this at `O2` sounds fine, but there's probably no need to run it at `O1`?

I don't think it really matters, not checking the opt level simplifies things a tiny bit, but if you feel strongly I can restrict this to not run at -O1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148269



More information about the llvm-commits mailing list