[llvm] [AArch64][GISel] Add legalizer support for @llvm.umul.with.overflow.i128 (PR #170101)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 1 06:28:49 PST 2025


davemgreen wrote:

> I have also added split_store_128 to optimize i128 G_STORE(G_MERGE_VALUES(x, y)) into two i64 G_STOREs.

That sounds like it could be 2 separate patches? The two parts look independent.

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


More information about the llvm-commits mailing list