This is an archive of the discontinued LLVM Phabricator instance.

[VE] Optimize address calculation
ClosedPublic

Authored by kaz7 on Nov 5 2020, 1:15 PM.

Details

Summary

Optimize address calculations using LEA/LEASL instructions.
Update comments in VEISelLowering.cpp also. Update an
existing regression test optimized by this modification.

Diff Detail

Event Timeline

kaz7 created this revision.Nov 5 2020, 1:15 PM
kaz7 requested review of this revision.Nov 5 2020, 1:15 PM
simoll accepted this revision.Nov 6 2020, 1:13 AM
This revision is now accepted and ready to land.Nov 6 2020, 1:13 AM
This revision was landed with ongoing or failed builds.Nov 6 2020, 2:47 AM
This revision was automatically updated to reflect the committed changes.