[PATCH] D129537: [X86][DAGISel] Don't widen shuffle element with AVX512

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 08:16:40 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/avx512-shuffles/shuffle-blend.ll:243
+  ret <4 x i32> %t4
+}
----------------
pre-commit these additional tests


================
Comment at: llvm/test/CodeGen/X86/avx512-shuffles/shuffle-blend.ll:94
+; X86-AVX512BW-NEXT:    vmovdqa64 %zmm2, %zmm0
+; X86-AVX512BW-NEXT:    retl
+;
----------------
LuoYuanke wrote:
> `retl` can be merged to `retq` by `ret{{[l|q]}}`. Not sure why utils/update_llc_test_checks.py doesn't merge.
"kmovd %eax" vs "kmovq %rax"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129537/new/

https://reviews.llvm.org/D129537



More information about the llvm-commits mailing list