[llvm] [SelectionDAG][RISCV] (add (vscale * C0), (vscale * C1)) to (vscale * (C0 + C1)) in getNode. (PR #144565)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 17 15:19:51 PDT 2025
https://github.com/lukel97 approved this pull request.
LGTM. To double check this is needed to catch vscales generated during op legalization that won't get a chance to go through a DAG combine pass?
https://github.com/llvm/llvm-project/pull/144565
More information about the llvm-commits
mailing list