[PATCH] D94883: [CodeGen][SelectionDAG]Add new intrinsic experimental.vector.reverse

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 27 00:49:25 PST 2021


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/X86/named-vector-shuffles.ll:65
+
+define <8 x half> @reverse_v8f16(<8 x half> %a) #0 {
+; CHECK-LABEL: reverse_v8f16:
----------------
You can probably drop this. Vectors of f16 aren't legal on X86.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94883



More information about the llvm-commits mailing list