[PATCH] D94883: [CodeGen][SelectionDAG]Add new intrinsic experimental.vector.reverse
Caroline via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 02:49:10 PST 2021
CarolineConcatto marked an inline comment as done.
CarolineConcatto 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:
----------------
craig.topper wrote:
> You can probably drop this. Vectors of f16 aren't legal on X86.
Thank you @craig.topper. I've removed the test for f16 tests 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