[PATCH] D26181: RegCall - Handling v64i1 in 32/64 bit target

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 04:59:55 PST 2016


delena added inline comments.


================
Comment at: lib/Target/X86/X86CallingConv.td:91
+    // TODO: Handle the case of mask types (v*i1)
+    CCIfType<[v8i1, v16i1, v32i1], CCCustom<"CC_X86_RegCall_Error">>,
+
----------------
oren_ben_simhon wrote:
> delena wrote:
> > do you implement CC_X86_RegCall_Error for the types that will come in the next commit?
> Yes
I think we can stay with TODO comment till the next commit and remove CC_X86_RegCall_Error


Repository:
  rL LLVM

https://reviews.llvm.org/D26181





More information about the llvm-commits mailing list