Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixes
authorLang Hames <lhames@gmail.com>
Tue, 24 Apr 2012 18:58:36 +0000 (18:58 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 24 Apr 2012 18:58:36 +0000 (18:58 +0000)
commit1d9e68dab1fc29e3a5e05a3b0b8d7c70de5e10b2
tree56eb583cdfc55544e7c01a939eee01be24873b75
parent7362ac7f8cc803708187fd6029de9f8f62ff2ed2
Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixes
<rdar://problem/11291436>.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155468 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/InstCombine/InstCombineCalls.cpp
test/Transforms/InstCombine/2012-04-23-Neon-Intrinsics.ll [new file with mode: 0644]