| commit | bca0f99224e25a76419086ae9fbdbba9799aeb53 | [log] [tgz] |
|---|---|---|
| author | Andrey Turetskiy <andrey.turetskiy@gmail.com> | Thu Feb 04 08:57:03 2016 +0000 |
| committer | Andrey Turetskiy <andrey.turetskiy@gmail.com> | Thu Feb 04 08:57:03 2016 +0000 |
| tree | a67482f6cc6295dc7d074256f0125f429cdfc520 | |
| parent | e57ad2aac399f16d8753d4ef7260545e71a049c4 [diff] |
[X86] Use hash table in LEA optimization pass. Use hash table (key is a memory operand) to store found LEA instructions to reduce compile time. Differential Revision: http://reviews.llvm.org/D16404 llvm-svn: 259770