[PATCH] D149638: [AArch64] Handle VECTOR_SHUFFL mask with splats

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 17:29:20 PDT 2023


efriedma added a comment.

When I was mentioning the testcases in D149638 <https://reviews.llvm.org/D149638>, I was think of cases like test11 in build-vector-two-dup.ll.  For values already in vector registers, replacing a tbl with three shuffle instructions probably isn't an improvement (particularly on newer cores where tbl is fast).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149638/new/

https://reviews.llvm.org/D149638



More information about the llvm-commits mailing list