[PATCH] D143785: [X86] Add Extend shuffle pattern to vNf32 shuffles.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 11 03:27:13 PST 2023
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/merge-consecutive-loads-512.ll:310
+; ALL-NEXT: vpandd {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %zmm0, %zmm0
; ALL-NEXT: retq
;
----------------
Hmm - shuffle combining should already catch this - any idea why it doesn't?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143785/new/
https://reviews.llvm.org/D143785
More information about the llvm-commits
mailing list