[PATCH] D38894: [RFC][Tablegen] Add CCIfSplitFrom and CCPassIndirectBySamePointer Calling Convention Interfaces

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 9 12:39:17 PST 2017


asb added inline comments.


================
Comment at: include/llvm/Target/TargetCallingConv.td:160
+/// CCPassIndirectBySamePointer - Just like CCPassIndirect except pass by the
+/// same pointer.
+class CCPassIndirectBySamePointer<ValueType destTy> : CCAction {
----------------
Can you make this comment clearer? i.e. explain that the difference in behaviour is when this is applied to split arguments.


Repository:
  rL LLVM

https://reviews.llvm.org/D38894





More information about the llvm-commits mailing list