llvm-6502/test
Michael Kuperstein 0906c8fc1c [X86] Reduce some 32-bit imuls into lea + shl
Reduce integer multiplication by a constant of the form k*2^c, where k is in {3,5,9} into a lea + shl. Previously it was only done for imulq on 64-bit platforms, but it makes sense for imull and 32-bit as well.

Differential Revision: http://reviews.llvm.org/D7196

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227308 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-28 14:08:22 +00:00
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen [X86] Reduce some 32-bit imuls into lea + shl 2015-01-28 14:08:22 +00:00
DebugInfo PR22356: DebugInfo: Handle the size of a member where the type of that member is a typedef (or other sugar) of a declaration. 2015-01-28 02:34:53 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MC [X86] Teach disassembler to handle illegal immediates on AVX512 integer compare instructions. 2015-01-28 10:09:56 +00:00
Object
Other
SymbolRewriter SymbolRewriter: allow rewriting with comdats 2015-01-27 22:57:39 +00:00
TableGen
tools dd the option, -link-opt-hints to llvm-objdump used with -macho to print the 2015-01-27 21:28:24 +00:00
Transforms [X86] Reduce some 32-bit imuls into lea + shl 2015-01-28 14:08:22 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh