[PATCH] D82429: [sve][acle] Add some C intrinsics for brain float types.
Francesco Petrogalli via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 24 21:10:10 PDT 2020
fpetrogalli marked 11 inline comments as done.
fpetrogalli added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/sve-intrinsics-counting-bits.ll:1
; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve < %s 2>%t | FileCheck %s
; RUN: FileCheck --check-prefix=WARN --allow-empty %s <%t
----------------
c-rhodes wrote:
> need to add `+bf16` to flags
Instead of passing it as a command line argument, I have added an attribute to the functions that test bfloat, to keep it specific only for those functions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82429/new/
https://reviews.llvm.org/D82429
More information about the llvm-commits
mailing list