[PATCH] D62003: Add TargetLoweringInfo hook for explicitly setting the ABI calling convention endianess

Dylan McKay via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 22:47:36 PDT 2019


dylanmckay marked an inline comment as done.
dylanmckay added a comment.

Thanks heaps for the quick turnaround @efriedma, I will amend the comment as I commit this patch.



================
Comment at: include/llvm/CodeGen/TargetLowering.h:3541
 
+  /// For some targets, an LLVM type must be broken down into multiple
+  /// smaller types. Usually the halves are ordered according to the endianness
----------------
efriedma wrote:
> Maybe "for some calls"; this applies to basically all targets.
Good point, I will amend this as I commit it.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62003





More information about the llvm-commits mailing list