[llvm] Add `llvm.vector.partial.reduce.fadd` intrinsic (PR #159776)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 15 02:04:56 PDT 2025
================
@@ -0,0 +1,134 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve2p1 < %s | FileCheck %s
----------------
sdesmalen-arm wrote:
could you also add a RUN line with just `+sve2`, to make sure that those are expanded correctly?
https://github.com/llvm/llvm-project/pull/159776
More information about the llvm-commits
mailing list