[PATCH] D134477: [isel] Lower vector interleave into unpck and perm
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 24 06:06:52 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/vector-interleave.ll:176
+ ret <64 x i8> %result
+}
+
----------------
Please can you pre-commit this and rebase so we see the codegen change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134477/new/
https://reviews.llvm.org/D134477
More information about the llvm-commits
mailing list