[PATCH] D94691: [ARM] Don't run the block placement pass at O0

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 15:57:54 PST 2021


craig.topper added a comment.

Should the pass itself call skipFunction in its runOnMachineFunction method? That's what handles skipping for optnone function and optbisect.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94691



More information about the llvm-commits mailing list