[PATCH] D16528: AVX1 : Enable vector masked_load/store to AVX1
Elena Demikhovsky via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 01:55:50 PST 2016
delena added inline comments.
================
Comment at: lib/Target/X86/X86InstrSSE.td:8740
@@ +8739,3 @@
+ defm : maskmov_lowering<"VMASKMOVPSY", VR256, v8f32, v8i32, "VBLENDVPSY", v8i32>;
+ defm : maskmov_lowering<"VMASKMOVPDY", VR256, v4f64, v4i64, "VBLENDVPDY", v8i32>;
+
----------------
Could you, please, change it to VPBLEND* for integer vectors?
Repository:
rL LLVM
http://reviews.llvm.org/D16528
More information about the llvm-commits
mailing list