[llvm] [InstCombine] Fold logic of zero-checks to multiplication for MinSize (PR #171805)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 11 04:12:47 PST 2025


================
@@ -0,0 +1,57 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv64 -mattr=+m -verify-machineinstrs < %s \
+; RUN:   | FileCheck %s
----------------
arsenm wrote:

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

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


More information about the llvm-commits mailing list