This is an archive of the discontinued LLVM Phabricator instance.

Add support for one element array store in InstCombine
ClosedPublic

Authored by deadalnix on May 7 2015, 5:17 PM.

Details

Summary

As per title. This is a continuation of the work toward getting FCA store and load transformed in InstCombine to something the optimiser understands.

Diff Detail

Repository
rL LLVM

Event Timeline

deadalnix updated this revision to Diff 25269.May 7 2015, 5:17 PM
deadalnix retitled this revision from to Add support for one element array store in InstCombine.
deadalnix updated this object.
deadalnix edited the test plan for this revision. (Show Details)
deadalnix added a subscriber: Unknown Object (MLST).
majnemer accepted this revision.May 7 2015, 5:26 PM
majnemer edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 7 2015, 5:26 PM
deadalnix updated this revision to Diff 25422.May 9 2015, 9:21 PM
deadalnix edited edge metadata.

Rebase, can somebody with merge right can get that in ?

This revision was automatically updated to reflect the committed changes.