summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-02-02 01:06:55 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-02-02 01:06:55 +0000
commitd42641c6b5bde379cdd77d1906d87b907bd232e0 (patch)
tree5e60d9b865786974565ec7020e331ebf88d94dc0 /llvm/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll
parentab62873b63523dfa16826dfeab61adab475d3202 (diff)
downloadbcm5719-llvm-d42641c6b5bde379cdd77d1906d87b907bd232e0.tar.gz
bcm5719-llvm-d42641c6b5bde379cdd77d1906d87b907bd232e0.zip
Given a pair of floating point load and store, if there are no other uses of
the load, then it may be legal to transform the load and store to integer load and store of the same width. This is done if the target specified the transformation as profitable. e.g. On arm, this can transform: vldr.32 s0, [] vstr.32 s0, [] to ldr r12, [] str r12, [] rdar://8944252 llvm-svn: 124708
Diffstat (limited to 'llvm/test/Transforms/CodeExtractor/2004-03-18-InvokeHandling.ll')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud