This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Use s_addk_i32 / s_mulk_i32
ClosedPublic

Authored by arsenm on Apr 14 2016, 8:24 PM.

Details

Reviewers
tstellarAMD

Diff Detail

Event Timeline

arsenm updated this revision to Diff 53833.Apr 14 2016, 8:24 PM
arsenm retitled this revision from to AMDGPU: Use s_addk_i32 / s_mulk_i32.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
lib/Target/AMDGPU/SIShrinkInstructions.cpp
261

Can we add continue; here?

arsenm updated this revision to Diff 53889.Apr 15 2016, 8:14 AM

Use continue

tstellarAMD accepted this revision.Apr 15 2016, 8:21 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Apr 15 2016, 8:21 AM
arsenm closed this revision.Apr 15 2016, 6:52 PM

r266506

lib/Target/AMDGPU/SIShrinkInstructions.cpp
261

Yes. It won't match before RA anymore, which I don't know if it matters or not