[PATCH] D96609: [X86][AVX] Truncate vectors with PACKSS/PACKUS on AVX2 targets
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 12 07:29:39 PST 2021
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/psubus.ll:1718
+; AVX2-NEXT: vpackusdw %xmm1, %xmm0, %xmm0
+; AVX2-NEXT: vpshufd {{.*#+}} xmm0 = xmm0[0,2,1,3]
; AVX2-NEXT: vzeroupper
----------------
This will be fixed by D96413
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96609/new/
https://reviews.llvm.org/D96609
More information about the llvm-commits
mailing list