[llvm] [RISCV] Fold (add (srl x, n), (srl x, n)) into (srl x, n-1) (PR #144507)

Björn Pettersson via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 17 10:58:41 PDT 2025


bjope wrote:

> > I may have an alternate proposal for this patch. Investigating.
> 
> My alternate proposal #144565 which covers the READ_VLENB cases.

Thanks! That seems like a better solution. I'll abandon this.

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


More information about the llvm-commits mailing list