[PATCH] D42465: [RFC][CallingConv] Add CCAssignToRegWithType Calling Convention Interface

Wei-Ren Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 04:58:04 PST 2018


chenwj added a comment.

I have one minor concern, please see the inline comment.



================
Comment at: include/llvm/Target/TargetCallingConv.td:93
 
+/// CCAssignToRegWithType - Same as CCAssignToReg, but split the argument to
+/// multiple destTy type arguments if the first part of destTy assigns to the
----------------
If f64 has to be passed with even/odd register pair (i.e., r0 + r1, but not r1 + r2), can `CCAssignToRegWithType` handle such case? 


Repository:
  rL LLVM

https://reviews.llvm.org/D42465





More information about the llvm-commits mailing list