[PATCH] D82464: [AArch64][SVE] Predicate bfloat16 load patterns with HasBF16

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 25 04:17:04 PDT 2020


kmclaughlin added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-intrinsics-ld1-addressing-mode-reg-imm.ll:1
-; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve < %s | FileCheck %s
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve,+bf16 < %s | FileCheck %s
 
----------------
fpetrogalli wrote:
> Nit: as I mentioned in https://reviews.llvm.org/D82492#inline-758743, maybe it is worth extracting the bf16 tests in a separate `*-bfloat.ll` file as we have done for the ACLEs.
I've added a function attribute for the bfloat16 functions, the same as the tests added in D82429


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

https://reviews.llvm.org/D82464





More information about the llvm-commits mailing list