This is an archive of the discontinued LLVM Phabricator instance.

[PPC]: Add a subtarget feature for integer add/load fusion. NFC
ClosedPublic

Authored by iteratee on Nov 20 2015, 12:59 PM.

Details

Reviewers
echristo
Summary

Power8 and later support fusing addis/addi and addis/ld instruction
pairs that use the same register to execute as a single instruction.
Non-Functional Change

Diff Detail

Event Timeline

iteratee updated this revision to Diff 40819.Nov 20 2015, 12:59 PM
iteratee retitled this revision from to [PPC]: Add a subtarget feature for integer add/load fusion. NFC .
iteratee updated this object.
iteratee added a reviewer: echristo.
echristo accepted this revision.Nov 20 2015, 1:02 PM
echristo edited edge metadata.

LGTM.

Thanks!

-eric

This revision is now accepted and ready to land.Nov 20 2015, 1:02 PM

Hi Kyle,

I've gone ahead and approved/committed this, but don't forget to add
llvm-commits to the patch when you create the phab link :)

-eric

iteratee closed this revision.Dec 2 2015, 1:19 PM