This is an archive of the discontinued LLVM Phabricator instance.

Only enable LiveRangeShrink for x86.
ClosedPublic

Authored by danielcdh on May 17 2017, 12:05 PM.

Details

Summary

Moving LiveRangeShrink to x86 as this pass is mostly useful for archtectures with great register pressure.

Diff Detail

Repository
rL LLVM

Event Timeline

danielcdh created this revision.May 17 2017, 12:05 PM
qcolombet accepted this revision.May 17 2017, 1:10 PM

Thanks Dehao.
LGTM.

This revision is now accepted and ready to land.May 17 2017, 1:10 PM
This revision was automatically updated to reflect the committed changes.