diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-03-15 00:45:30 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-03-15 00:45:30 +0000 |
commit | b9b73170e3dc9350ec9e8472fa7d749155a589d7 (patch) | |
tree | 71e7ed8c76478f02b8c15d3fdf429f362b95adbc /llvm/lib/Analysis/InlineCost.cpp | |
parent | 79aa513231c48b31732a5354cd01a278a79656e1 (diff) | |
download | bcm5719-llvm-b9b73170e3dc9350ec9e8472fa7d749155a589d7.tar.gz bcm5719-llvm-b9b73170e3dc9350ec9e8472fa7d749155a589d7.zip |
[avx] Add patterns for VINSERTF128rm.
This results in things such as
vmovaps -96(%rbx), %xmm1
vinsertf128 $1, %xmm1, %ymm0, %ymm0
to be combined to
vinsertf128 $1, -96(%rbx), %ymm0, %ymm0
rdar://10643481
llvm-svn: 152762
Diffstat (limited to 'llvm/lib/Analysis/InlineCost.cpp')
0 files changed, 0 insertions, 0 deletions