[clang] [CLANG][AArch64] Add mfloat8_t support for more SVE load intrinsics (PR #145383)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 26 09:22:47 PDT 2025
================
@@ -15,6 +15,20 @@
#define SVE_ACLE_FUNC(A1, A2, A3, A4) A1##A2##A3##A4
#endif
+// CHECK-LABEL: @test_svld1ro_mf8(
----------------
CarolineConcatto wrote:
Can you add this line to the test:
// RUN: %clang_cc1 -triple aarch64 -target-feature +sme -S -disable-O0-optnone -Werror -Wall -o /dev/null %s
so we make sure we can lower this instruction to assembly
https://github.com/llvm/llvm-project/pull/145383
More information about the cfe-commits
mailing list