[PATCH] D25022: Register Calling Convention - CodeGen Basic Additions
Oren Ben Simhon via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 11 01:03:00 PDT 2016
oren_ben_simhon marked 8 inline comments as done.
oren_ben_simhon added inline comments.
================
Comment at: lib/Target/X86/X86CallingConv.td:103
+ CCIfType<[v32i8, v16i16, v8i32, v4i64, v8f32, v4f64],
+ CCIfSubtarget<"hasSSE1()", CCAssignToReg<RC.YMM>>>,
+
----------------
mkuper wrote:
> AVX? Or should this get passed as 2 * XMM if we have SSE but not AVX?
You are right, AVX is the correct subtarget. If there is no AVX, it should be passed through the stack. GMAR HATIMA TOVA :)
Repository:
rL LLVM
https://reviews.llvm.org/D25022
More information about the llvm-commits
mailing list