[PATCH] D107886: [PowerPC] Support huge frame size for PPC64

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 2 19:36:53 PDT 2022


nemanjai accepted this revision.
nemanjai added a comment.
This revision is now accepted and ready to land.

LGTM.



================
Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.cpp:3245
+  // FIXME: Materialization here is not optimal.
+  // For pattern like 0xFFFF.FFFF.FFFF.FFF0, we can simply use li and rldicr
+  // to materialize.
----------------
I think this is not a particularly great example since I imagine this would satisfy the `isInt<16>()` test (i.e. it looks like this is just `-16`).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107886



More information about the llvm-commits mailing list