[all-commits] [llvm/llvm-project] 43df29: [VE] Optimize address calculation
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Fri Nov 6 02:47:21 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 43df29e20622dab89e9e8d4023baa2d215b6fd7e
https://github.com/llvm/llvm-project/commit/43df29e20622dab89e9e8d4023baa2d215b6fd7e
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2020-11-06 (Fri, 06 Nov 2020)
Changed paths:
M llvm/lib/Target/VE/VEISelLowering.cpp
M llvm/lib/Target/VE/VEInstrInfo.td
M llvm/test/CodeGen/VE/Scalar/pic_access_static_data.ll
Log Message:
-----------
[VE] Optimize address calculation
Optimize address calculations using LEA/LEASL instructions.
Update comments in VEISelLowering.cpp also. Update an
existing regression test optimized by this modification.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D90878
More information about the All-commits
mailing list