This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Fix pattern for i16 = sign_extend i1
ClosedPublic

Authored by tstellarAMD on Nov 15 2016, 7:27 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Fix pattern for i16 = sign_extend i1.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.

Remove commented out tests.

arsenm accepted this revision.Nov 15 2016, 11:39 AM
arsenm edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 15 2016, 11:39 AM

Actually this should probably be using s_cselect

Actually this should probably be using s_cselect

I guess the i32 one already does this so that's a separate issue

This revision was automatically updated to reflect the committed changes.