[llvm] [RISCV] Add 2^N + 2^M expanding pattern for mul (PR #137954)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Thu May 8 19:47:09 PDT 2025


================
@@ -494,6 +494,36 @@ define i32 @muli32_p14(i32 %a) nounwind {
   ret i32 %1
 }
 
+define i32 @muli32_p18(i32 %a) nounwind {
----------------
preames wrote:

You need to merge main into your branch and push so that the diffs for adding the tests disappear.

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


More information about the llvm-commits mailing list