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

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 09:46:50 PDT 2017


rnk requested changes to this revision.
rnk added a comment.
This revision now requires changes to proceed.

This needs tests, and it would surely be simpler if the frontend didn't emit illegal types as arguments. We normally handle this kind of thing in clang, so you would get an LLVM `f128*` argument.


Repository:
  rL LLVM

https://reviews.llvm.org/D38894





More information about the llvm-commits mailing list