[PATCH] D82182: [AArch64][SVE] Add bfloat16 support to perm and select intrinsics
Sander de Smalen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 24 04:17:12 PDT 2020
sdesmalen added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-intrinsics-perm-select.ll:809
+define <vscale x 8 x bfloat> @rev_bf16(<vscale x 8 x bfloat> %a) {
+; CHECK-LABEL: rev_bf16
----------------
Does this test not need the `+bf16` attribute to work? (which implies the patterns are missing the right predicate)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82182/new/
https://reviews.llvm.org/D82182
More information about the cfe-commits
mailing list