[PATCH] D46008: [X86][AArch64][NFC] Add tests for vector masked merge unfolding

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 07:41:48 PDT 2018


lebedev.ri added a comment.

One observation i can make - under `SSE1`, the `v8i32` are scalarized, not split into 2x `v4i32`.
It looks like a bug?


Repository:
  rL LLVM

https://reviews.llvm.org/D46008





More information about the llvm-commits mailing list