diff options
author | Nadav Rotem <nadav.rotem@intel.com> | 2011-09-18 10:39:32 +0000 |
---|---|---|
committer | Nadav Rotem <nadav.rotem@intel.com> | 2011-09-18 10:39:32 +0000 |
commit | 91e43fd17a2167ef91150a567a072326ea3a3e29 (patch) | |
tree | 9509fa95708d6c1e877be25f37d0f56294c4824d /tools/llvm-objdump/llvm-objdump.cpp | |
parent | b6266fb6026bdd900d8f045bf01300ef549e1802 (diff) |
When promoting integer vectors we often create ext-loads. This patch adds a
dag-combine optimization to implement the ext-load efficiently (using shuffles).
For example the type <4 x i8> is stored in memory as i32, but it needs to
find its way into a <4 x i32> register. Previously we scalarized the memory
access, now we use shuffles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139995 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions