[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 20:17:33 PDT 2019


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:6651
+     Arg = DAG.getNode(ExtOp, dl, PtrVT, Arg);
+   }
+
----------------
Please fix the indentation.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelLowering.cpp:6666
+      else
+        report_fatal_error("Handling of placing parameters on stack is "
+                           "unimplemented!");
----------------
Add "the" before "stack".


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

https://reviews.llvm.org/D62823





More information about the llvm-commits mailing list