[llvm] [RISCV] Propagate SDNode flags when combining `(fmul (fneg X), ...)` (PR #169460)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 09:20:01 PST 2025
================
@@ -0,0 +1,52 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -mtriple=riscv64 -mattr='+d,+m' < %s | FileCheck %s
+
+define double @fnmadd_non_trivial(ptr %p0, ptr %p1, ptr %dst, double %mul425) {
----------------
mshockwave wrote:
Done
https://github.com/llvm/llvm-project/pull/169460
More information about the llvm-commits
mailing list