[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
Sun Feb 26 13:55:11 PST 2023


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/tuning-shuffle-unpckpd.ll:23
+  ret <16 x float> %shufp
+}
+
----------------
Drop the 512-bit vector test cases - they should be handled by the -avx512.ll file


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