[PATCH] D86146: [ARM][BFloat16] Change types of some Arm and AArch64 bf16 intrinsics
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 19 11:02:35 PDT 2020
dmgreen added a comment.
Do we need to upgrade the old bfmmla to the new signatures?
================
Comment at: llvm/test/CodeGen/ARM/arm-bf16-dotprod-intrinsics.ll:176
-
-define <4 x float> @test_vbfmlaltq_laneq_f32_v2(<4 x float> %r, <8 x bfloat> %a, <8 x bfloat> %b) {
-; CHECK-LABEL: test_vbfmlaltq_laneq_f32_v2:
----------------
It seems like it's probably worth keeping this test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86146/new/
https://reviews.llvm.org/D86146
More information about the llvm-commits
mailing list