[llvm] Add `llvm.vector.partial.reduce.fadd` intrinsic (PR #159776)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 23 09:49:42 PDT 2025
================
@@ -0,0 +1,91 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2 < %s | FileCheck %s --check-prefixes=CHECK,SVE2
----------------
paulwalker-arm wrote:
If you add `target triple = "aarch64-linux-gnu"` to the ll file you can shorten all the RUN lines by removing the duplicate `-mtriple` options.
https://github.com/llvm/llvm-project/pull/159776
More information about the llvm-commits
mailing list