This is an archive of the discontinued LLVM Phabricator instance.

Fix operands of S_BFE_U64 and S_BFM_B64
ClosedPublic

Authored by nhaustov on Feb 20 2016, 4:56 AM.

Details

Summary

src1 of s_bfe_u64 is 32-bit (same as s_bfe_i64).
src0 and src1 of s_bfm_b64 are 32-bit.
Update tests.

Diff Detail

Event Timeline

nhaustov updated this revision to Diff 48592.Feb 20 2016, 4:56 AM
nhaustov retitled this revision from to Fix operands of S_BFE_U64 and S_BFM_B64.
nhaustov updated this object.
nhaustov added a reviewer: tstellarAMD.
nhaustov added a project: Restricted Project.
arsenm accepted this revision.Feb 22 2016, 11:52 AM
arsenm added a reviewer: arsenm.

LGTM

This revision is now accepted and ready to land.Feb 22 2016, 11:52 AM
nhaustov closed this revision.Feb 23 2016, 1:28 AM