[llvm-commits] [llvm] r73919 - in /llvm/trunk: include/llvm/ lib/Target/ARM/ lib/Target/ARM/AsmPrinter/ test/CodeGen/ARM/
Bob Wilson
bob.wilson at apple.com
Mon Jun 22 18:47:27 PDT 2009
Yes, I hadn't gotten to that yet. I wanted to get this change
committed anyway so that it will be possible to collaborate on things
like that.
If you have time to review the calling convention changes, I would
appreciate it. I had to rework things a bit to handle vector arguments
and return values.
Sent from my iPhone
On Jun 22, 2009, at 5:15 PM, Sandeep Patel <deeppatel1987 at gmail.com>
wrote:
> This is excellent!
>
> At first glance, I notice that the AAPCS-VFP case is wrong in
> ARMCallingConv.td. It needs a CCIfType<[v2f64], CCAssignToReg<[Q0,
> Q1, Q2, Q3]>> in there for both calls and rets.
>
> deep
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list