This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix folding immediates into mac src2
ClosedPublic

Authored by arsenm on Jan 9 2017, 7:37 PM.

Details

Summary

Whether it is legal or not needs to check for the instruction
it will be replaced with.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 83770.Jan 9 2017, 7:37 PM
arsenm retitled this revision from to AMDGPU: Fix folding immediates into mac src2.
arsenm updated this object.
arsenm added a subscriber: llvm-commits.
nhaehnle accepted this revision.Jan 11 2017, 12:39 PM
nhaehnle added a reviewer: nhaehnle.

LGTM

This revision is now accepted and ready to land.Jan 11 2017, 12:39 PM
arsenm closed this revision.Jan 11 2017, 2:11 PM

r291711