This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Mark G_BITCAST s32 <--> <2 x s16> legal
ClosedPublic

Authored by tstellar on Jun 12 2017, 6:33 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.Jun 12 2017, 6:33 PM
arsenm accepted this revision.Jun 13 2017, 4:46 PM

LGTM

test/CodeGen/AMDGPU/GlobalISel/legalize-bitcast.mir
8 ↗(On Diff #102277)

Probably should include types in the test name

This revision is now accepted and ready to land.Jun 13 2017, 4:46 PM

I was planning to put all the bitcasts in the same function. I think this is easier to do with mir tests.

Ok that makes sense

This revision was automatically updated to reflect the committed changes.