[PATCH] D35829: [X86][LLVM]Expanding Supports lowerInterleavedStore() in X86InterleavedAccess (VF16 stride 4).

Farhana Aleen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 11:18:27 PDT 2017


Farhana added inline comments.


================
Comment at: lib/Target/X86/X86InterleavedAccess.cpp:111
+  // 2. Store of 16-element vectors of 8 bits on AVX.
+  // 3. Store of 32-element vectors of 8 bits on AVX.
+  if (!Subtarget.hasAVX() && Factor != 4)
----------------
Can you please compress this into one line? Otherwise, it looks good to me.


https://reviews.llvm.org/D35829





More information about the llvm-commits mailing list