summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test
diff options
context:
space:
mode:
authorMichael Kuperstein <michael.m.kuperstein@intel.com>2015-11-11 11:44:31 +0000
committerMichael Kuperstein <michael.m.kuperstein@intel.com>2015-11-11 11:44:31 +0000
commit12982a816c4be8702202cfcf5c3a83a29f70b5b9 (patch)
treea48556d0f45eccad2dac188305984abd40a8a92c /compiler-rt/test
parent5bfeca12017d3d8352b7ebc9ea2eeb2f95950395 (diff)
downloadbcm5719-llvm-12982a816c4be8702202cfcf5c3a83a29f70b5b9.tar.gz
bcm5719-llvm-12982a816c4be8702202cfcf5c3a83a29f70b5b9.zip
[X86] Replace LEAs with INC/DEC when profitable
If possible and profitable, replace lea %reg, 1(%reg) and lea %reg, -1(%reg) with inc %reg and dec %reg respectively. Patch by: anton.nadolsky@intel.com Differential Revision: http://reviews.llvm.org/D14059 llvm-svn: 252722
Diffstat (limited to 'compiler-rt/test')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud