This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Implement canonicalize
ClosedPublic

Authored by arsenm on Feb 23 2016, 6:33 PM.

Details

Summary

Also add generic DAG node for it.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 48875.Feb 23 2016, 6:33 PM
arsenm retitled this revision from to AMDGPU: Implement canonicalize.
arsenm updated this object.
arsenm added reviewers: tstellarAMD, resistor.
arsenm added a subscriber: llvm-commits.

The AMDGPU parts look good to me. Not sure if anything needs to be done for other targets.

resistor accepted this revision.Apr 13 2016, 9:41 AM
resistor edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Apr 13 2016, 9:41 AM
arsenm closed this revision.Apr 13 2016, 6:51 PM

r266272