[llvm] [RISCV] Support Inline ASM for the bf16 type. (PR #80118)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 02:18:43 PDT 2024
================
@@ -0,0 +1,77 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv32 -mattr=+f,+experimental-zfbfmin -target-abi=ilp32 -verify-machineinstrs < %s \
----------------
arsenm wrote:
Don't need all the -verify-machineinstrs
https://github.com/llvm/llvm-project/pull/80118
More information about the llvm-commits
mailing list