[PATCH] D13776: [x86] Fix wrong prototypes for AVX mask load/store intrinsics.

Bruno Cardoso Lopes via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 10:07:29 PDT 2015


bruno added a comment.

Hi Andrea,

I don't recall off hand but my guess here is that the mask is a vector float type because VMASKMOV* uses two FP ports. In practice I'm not sure what the side effects of changing this are, but it might be something worth considering.


http://reviews.llvm.org/D13776





More information about the llvm-commits mailing list