This is an archive of the discontinued LLVM Phabricator instance.

[X86] Enable LEA optimization pass by default
ClosedPublic

Authored by aturetsk on Feb 4 2016, 1:25 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

aturetsk updated this revision to Diff 46881.Feb 4 2016, 1:25 AM
aturetsk retitled this revision from to [X86] Enable LEA optimization pass by default.
aturetsk updated this object.
aturetsk added reviewers: qcolombet, dberlin.
aturetsk added a subscriber: llvm-commits.
qcolombet accepted this revision.Feb 10 2016, 4:59 PM
qcolombet edited edge metadata.
qcolombet added inline comments.
lib/Target/X86/X86OptimizeLEAs.cpp
40 ↗(On Diff #46881)

I would have been fine just replacing the cl::init by true :).

This revision is now accepted and ready to land.Feb 10 2016, 4:59 PM
This revision was automatically updated to reflect the committed changes.

PR26575 was fixed in r260959.
I committed these changes again in r260979.