[PATCH] D114858: [AArch64][SVE] Enable bf16 vector.insert

Paul Walker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 1 09:39:21 PST 2021


paulwalker-arm accepted this revision.
paulwalker-arm added a comment.

One minor issue to resolve before committing.



================
Comment at: llvm/test/CodeGen/AArch64/sve-insert-vector.ll:469-470
 
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 -mattr=+bf16 < %s | FileCheck %s --check-prefixes=CHECK
+
----------------
Presumably this is bogus and should be removed?


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

https://reviews.llvm.org/D114858



More information about the llvm-commits mailing list