[PATCH] D144442: [X86] Add tests for replacing `{v}unpck{l|h}pd` -> `{v}shufps`; NFC
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 20:16:21 PST 2023
RKSimon added a comment.
We might want to consider a naming convention to accommodate future cpu-tuning tests - how about tuning-shuffle-unpckpd.ll?
================
Comment at: llvm/test/CodeGen/X86/unpckpd-to-faster-alternative.ll:43
+; CHECK-NEXT: retq
+; -LABEL: transform_VUNPCKLPDYrr:
+; : # %bb.0:
----------------
Cleanup?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144442/new/
https://reviews.llvm.org/D144442
More information about the llvm-commits
mailing list