This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/SI: Fold operands through REG_SEQUENCE instructions
ClosedPublic

Authored by tstellarAMD on Aug 21 2015, 4:14 PM.

Details

Summary

This helps mostly when we use add instructions for address calculations
that contain immediates.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to AMDGPU/SI: Fold operands through REG_SEQUENCE instructions.
tstellarAMD updated this object.
tstellarAMD added a reviewer: arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Aug 21 2015, 4:29 PM
arsenm edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 21 2015, 4:29 PM
This revision was automatically updated to reflect the committed changes.