[PATCH] D126205: [PowerPC] use BL without nop for some internal calls for fast-isel.

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 16:35:12 PDT 2022


nemanjai added a comment.

The more analysis we do in FastISel, the less "fast" it becomes. And the tradeoff here is simply a `nop` after a call which hardly seems like a concern at `-O0`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126205



More information about the llvm-commits mailing list