This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Add peephole optimzer pass
AbandonedPublic

Authored by tstellarAMD on Mar 29 2016, 7:13 AM.

Details

Reviewers
arsenm
Summary

All this pass does for now is combine consecutive s_nop instructions,
which will be necessary once the hazard recognizer is enabled.

Diff Detail

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Add peephole optimzer pass.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm edited edge metadata.Mar 29 2016, 9:26 AM

I have a patch that combines adjacent nops in SIShrinkInstructions

tstellarAMD abandoned this revision.Mar 30 2016, 8:25 AM