aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-03-29 23:06:19 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-03-29 23:06:19 +0000
commit18381b4257f6cdc33d9a139bded76c7278773703 (patch)
tree91dfae29155f8f1e05ebeabc8fe448574f260584 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent985bef24d1a97da3fdbd422f7b96a2eead707541 (diff)
downloadllvm-18381b4257f6cdc33d9a139bded76c7278773703.zip
llvm-18381b4257f6cdc33d9a139bded76c7278773703.tar.gz
llvm-18381b4257f6cdc33d9a139bded76c7278773703.tar.bz2
Add intrinsics @llvm.arm.neon.vmulls and @llvm.arm.neon.vmullu.* back. Frontends
was lowering them to sext / uxt + mul instructions. Unfortunately the optimization passes may hoist the extensions out of the loop and separate them. When that happens, the long multiplication instructions can be broken into several scalar instructions, causing significant performance issue. Note the vmla and vmls intrinsics are not added back. Frontend will codegen them as intrinsics vmull* + add / sub. Also note the isel optimizations for catching mul + sext / zext are not changed either. First part of rdar://8832507, rdar://9203134 llvm-svn: 128502
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions