[PATCH] D114858: [AArch64][SVE] Enable bf16 vector.insert
Matt Devereau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 1 05:05:45 PST 2021
MattDevereau added a comment.
In D114858#3163710 <https://reviews.llvm.org/D114858#3163710>, @paulwalker-arm wrote:
> Do the tests have to live in a new file instead of sitting alongside the other variants in sve-insert-vector.ll? I see nothing SVE2 related here.
I saw `#if defined(__ARM_FEATURE_SVE2) && defined(__ARM_FEATURE_SVE_BF16)` in another file so assumed bf16 was SVE2 only
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114858/new/
https://reviews.llvm.org/D114858
More information about the llvm-commits
mailing list