[PATCH] D36992: [AVX512] Don't create SHRUNKBLEND SDNodes for 512-bit vectors.x

Elena Demikhovsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 22 23:37:34 PDT 2017


delena added inline comments.


================
Comment at: test/CodeGen/X86/pr34139.ll:13
+; CHECK-NEXT:    vmovapd %zmm0, %zmm1 {%k1}
+; CHECK-NEXT:    vmovapd %zmm1, (%rax)
+  store <16 x i8> <i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1, i8 -1>, <16 x i8>* undef
----------------
Could you, please, explain me how <16 x double> value is stored using one ZMM instruction? 


https://reviews.llvm.org/D36992





More information about the llvm-commits mailing list