This is an archive of the discontinued LLVM Phabricator instance.

[GlobalISel] Implement narrowScalar for SADDO/SSUBO
ClosedPublic

Authored by porglezomp on Feb 14 2021, 3:37 PM.

Diff Detail

Event Timeline

porglezomp created this revision.Feb 14 2021, 3:37 PM
porglezomp requested review of this revision.Feb 14 2021, 3:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2021, 3:37 PM

Change unittest buildInstr to buildSAddo/buildSSubo

arsenm accepted this revision.Feb 18 2021, 2:56 PM
This revision is now accepted and ready to land.Feb 18 2021, 2:56 PM

Change some EXPECT_TRUE to EXPECT_EQ

Flip argument order of EXPECT_EQ for better failure messages

This revision was automatically updated to reflect the committed changes.