[PATCH] D62823: [AIX] Implement call lowering with parameters could pass onto GPRs

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 4 10:20:33 PDT 2019


hubert.reinterpretcast requested changes to this revision.
hubert.reinterpretcast added inline comments.
This revision now requires changes to proceed.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:6631
+
+  const unsigned NumGPRs = array_lengthof(GPR_32);
+  const MCPhysReg *GPR = isPPC64 ? GPR_64 : GPR_32;
----------------
This looks fragile.


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

https://reviews.llvm.org/D62823





More information about the llvm-commits mailing list