[llvm] [AMDGPU][TargetLowering] Allow forming overflow op if it is legal (PR #156266)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 24 21:20:43 PDT 2025


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

Probably should be isLegalOrCustom. But also "shouldFormOverflowOp" is the kind of malformed, use context dependent hack hook we should avoid. We should try to remove this in the future

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


More information about the llvm-commits mailing list