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

Sam Tebbs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 06:00:37 PST 2021


samtebbs added a comment.

In D94691#2499715 <https://reviews.llvm.org/D94691#2499715>, @craig.topper wrote:

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

Thank you for mentioning that. I have added that and committed.


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