[llvm] [RISCV] Propagate SDNode flags when combining `(fmul (fneg X), ...)` (PR #169460)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 25 09:22:02 PST 2025


================
@@ -0,0 +1,56 @@
+; 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
----------------
lukel97 wrote:

Nit are the quotes needed?

```suggestion
; RUN: llc -mtriple=riscv64 -mattr=+d,+m < %s | FileCheck %s
```

https://github.com/llvm/llvm-project/pull/169460


More information about the llvm-commits mailing list