This is an archive of the discontinued LLVM Phabricator instance.

[GISel]: Add Legalization support for widening UADDO/USUBO Opcodes
ClosedPublic

Authored by aditya_nandakumar on Aug 28 2018, 2:53 PM.

Details

Summary

Added support for legalizing by widening UADDO and USUBO along with FileCheck based Unit Tests.

Diff Detail

Repository
rL LLVM

Event Timeline

volkan accepted this revision.Aug 28 2018, 3:01 PM

LGTM

This revision is now accepted and ready to land.Aug 28 2018, 3:01 PM

Thanks Volkan. Submitted in r340892