[clang] [llvm] [AArch64] Implement FP8 SVE intrinsics for widening conversions (PR #118123)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 2 09:43:25 PST 2024
================
@@ -0,0 +1,78 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mattr=+bf16,+sve2,+fp8 < %s | FileCheck %s
----------------
SpencerAbson wrote:
nit: I'm not sure we need `+bf16` in these.
https://github.com/llvm/llvm-project/pull/118123
More information about the cfe-commits
mailing list