[clang] [llvm] [WebAssembly] Implement the wide-arithmetic proposal (PR #111598)

Dan Gohman via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 23 11:17:32 PDT 2024


https://github.com/sunfishcode approved this pull request.

Looks good to me. In general lowerings that need to produce multiple values (BUILD_PAIR or MERGE_VALUES) need to use custom C++ lowering code like this.

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


More information about the cfe-commits mailing list