[PATCH] D94457: [AArch64] Add some missing fusion subtarget features

Cassie Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 15:35:33 PST 2021


porglezomp added a comment.

The existing fusion tests seem a little bit weak—the machine scheduler with the base Cortex-A57 machine models that most of those use seemed to pass the address and literal fusion on its own (by coincidence?) without the explicit features requested. I was unable to make that test case stronger to see the A57 machine model not exploiting those fusion pairs when the feature was disabled. Is that worth worrying about?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94457



More information about the llvm-commits mailing list