[llvm] [LV] Support multiplies by constants when forming scaled reductions. (PR #161092)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 29 05:42:10 PDT 2025
david-arm wrote:
Does this work when the multiply has `nsw`? I tried modifying `@src2` and `@tgt2` in your alive example by adding `nsw` to the `mul` and the alive seems to fail.
https://github.com/llvm/llvm-project/pull/161092
More information about the llvm-commits
mailing list