This is an archive of the discontinued LLVM Phabricator instance.

Codegen: [X86] preservere memory refs for folded umul_lohi
ClosedPublic

Authored by iteratee on Jun 22 2016, 3:49 PM.

Details

Reviewers
atrick
Summary

Memory references were not being propagated for this folded load. This
prevented optimizations like LICM from hoisting the load.

Diff Detail

Event Timeline

iteratee updated this revision to Diff 61621.Jun 22 2016, 3:49 PM
iteratee retitled this revision from to Codegen: [X86] preservere memory refs for folded umul_lohi.
iteratee updated this object.
iteratee added a reviewer: atrick.
iteratee set the repository for this revision to rL LLVM.
iteratee added subscribers: echristo, llvm-commits.
atrick accepted this revision.Jun 23 2016, 2:18 PM
atrick edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 23 2016, 2:18 PM
iteratee closed this revision.Jun 23 2016, 2:49 PM