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

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 06:06:03 PDT 2022


LuoYuanke marked an inline comment as done.
LuoYuanke added inline comments.


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


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