This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Promote i16 = fp_[us]int f32 for VI
ClosedPublic

Authored by tstellarAMD on Nov 11 2016, 4:18 PM.

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Promote i16 = fp_[us]int f32 for VI.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Nov 11 2016, 4:20 PM
arsenm edited edge metadata.

LGTM with test names fixed

test/CodeGen/AMDGPU/fp_to_sint.ll
251–254

Test name should include f32_to_i16

test/CodeGen/AMDGPU/fp_to_uint.ll
249

should include source type in name

This revision is now accepted and ready to land.Nov 11 2016, 4:20 PM
This revision was automatically updated to reflect the committed changes.