This revision was automatically updated to reflect the committed changes.
Closed by commit rL256495: [X86] Better support for the MCU psABI (clang part)
(authored by mkuper).
Changed prior to commit:
http://reviews.llvm.org/D15055?vs=41348&id=43685#toc
Repository:
rL LLVM
http://reviews.llv
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm
Comment at: lib/CodeGen/TargetInfo.cpp:838
@@ +837,3 @@
+ bool shouldAggregateUseDirect(QualType Ty, CCState &State, bool &InReg,
+bool &NeedsPadding) const;
+ bool shoul
mkuper created this revision.
mkuper added reviewers: rnk, rafael, DavidKreitzer.
mkuper added a subscriber: cfe-commits.
This adds support for the MCU psABI in a way different from r251223 and
r251224, basically reverting most of these two patches.
The problem with the approach taken in r251223