This is an archive of the discontinued LLVM Phabricator instance.

DAGCombiner: Check shouldReduceLoadWidth before combining (and (load), x) -> extload
ClosedPublic

Authored by tstellarAMD on Oct 16 2015, 6:08 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellarAMD retitled this revision from to DAGCombiner: Check shouldReduceLoadWidth before combining (and (load), x) -> extload.
tstellarAMD updated this object.
tstellarAMD added reviewers: resistor, arsenm.
tstellarAMD added a subscriber: llvm-commits.
arsenm accepted this revision.Oct 16 2015, 1:38 PM
arsenm edited edge metadata.

LGTM

This revision is now accepted and ready to land.Oct 16 2015, 1:38 PM
This revision was automatically updated to reflect the committed changes.