[clang] [llvm] [RISCV] Support ZVqdot Codegen and C intrinsics (PR #154915)
Jim Lin via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 24 22:31:40 PDT 2025
================
@@ -0,0 +1,468 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: sed 's/iXLen/i32/g' %s | llc -mtriple=riscv32 -mattr=+v,+experimental-zvqdotq \
----------------
tclin914 wrote:
Is either zve32x or zve64x sufficient
https://github.com/llvm/llvm-project/pull/154915
More information about the llvm-commits
mailing list