[PATCH] D26181: RegCall - Handling v64i1 in 32/64 bit target
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 11:33:14 PST 2016
delena accepted this revision.
delena added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lib/Target/X86/X86ISelLowering.cpp:2411
+ // Convert the i32 type into v32i1 type
+ Lo = DAG.getBitcast(MVT::v32i1, ArgValue);
+
----------------
Please refer to my comment here
Repository:
rL LLVM
https://reviews.llvm.org/D26181
More information about the llvm-commits
mailing list