[llvm] [InstCombine] Detect uadd with overflow idiom (PR #140178)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri May 30 08:34:23 PDT 2025


arsenm wrote:

I thought instcombine deliberately avoided introducing these intrinsics and left it for codegenprepare. CodeGenPrepare seems to not catch this pattern though 

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


More information about the llvm-commits mailing list