Issue 126809
Summary [Scalarizer] Intrinsic `uadd_with_overflow` should be scalarizable
Labels new issue
Assignees
Reporter Icohedron
    The `uadd_with_overflow` intrinsic should be made scalarizable.

The primary use-case that spawned this issue is to be able to have its vector form be scalarized so that it can be lowered to several `UAddc` DXIL ops which perform the same function on scalars.

Some issues/PRs that benefit from this change:
- #99205 
- #125319




_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to