This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Implement select() for G_BITCAST s32 <--> <2 x s16>
ClosedPublic

Authored by tstellar on Apr 20 2018, 6:50 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.Apr 20 2018, 6:50 AM
This revision is now accepted and ready to land.Apr 23 2018, 4:00 AM
tstellar updated this revision to Diff 143842.Apr 24 2018, 5:16 PM

Simplify code by using a new TargetRegisterInfo callback.

This revision was automatically updated to reflect the committed changes.