aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/PointerTracking.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-23 06:57:37 +0000
committerChris Lattner <sabre@nondot.org>2009-10-23 06:57:37 +0000
commitb81d5390eef32d58aac471f2d5d3d3f308c8c46b (patch)
tree3281e0056f828380884e59e2dfdb0a7c1dbf9fec /lib/Analysis/PointerTracking.cpp
parentbec079507e277613cbd9cd3e1dd4cde4a5e14f89 (diff)
downloadexternal_llvm-b81d5390eef32d58aac471f2d5d3d3f308c8c46b.tar.gz
external_llvm-b81d5390eef32d58aac471f2d5d3d3f308c8c46b.tar.bz2
external_llvm-b81d5390eef32d58aac471f2d5d3d3f308c8c46b.zip
teach libanalysis to simplify vector loads with bitcast sources. This
implements something out of Target/README.txt producing: _foo: ## @foo movl 4(%esp), %eax movapd LCPI1_0, %xmm0 movapd %xmm0, (%eax) ret $4 instead of: _foo: ## @foo movl 4(%esp), %eax movapd _b, %xmm0 mulpd LCPI1_0, %xmm0 addpd _a, %xmm0 movapd %xmm0, (%eax) ret $4 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84942 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/PointerTracking.cpp')
0 files changed, 0 insertions, 0 deletions