[PATCH] D62003: Add TargetLoweringInfo hook for explicitly setting the ABI calling convention endianess
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 13:00:13 PDT 2019
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
================
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
----------------
Maybe "for some calls"; this applies to basically all targets.
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