summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2007-01-19 17:51:44 +0000
committerEvan Cheng <evan.cheng@apple.com>2007-01-19 17:51:44 +0000
commit9201100b297d37b0911172a6e329415af3085bc9 (patch)
treed581b82bd320da18269fad96e579e4e6a991ca92 /llvm/lib/Transforms
parente5f3de3896ffb164550745380861cebde3f722cf (diff)
downloadbcm5719-llvm-9201100b297d37b0911172a6e329415af3085bc9.tar.gz
bcm5719-llvm-9201100b297d37b0911172a6e329415af3085bc9.zip
Remove this xform:
(shl (add x, c1), c2) -> (add (shl x, c2), c1<<c2) Replace it with: (add (shl (add x, c1), c2), ) -> (add (add (shl x, c2), c1<<c2), ) This fixes test/CodeGen/ARM/smul.ll llvm-svn: 33361
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud