Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. Fixes
authorLang Hames <lhames@gmail.com>
Tue, 1 May 2012 00:20:38 +0000 (00:20 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 1 May 2012 00:20:38 +0000 (00:20 +0000)
commit973f72a29aeafb1fdc4f8dafc3f6c6651cbb0c99
tree6df5027f9488aa2a915f2760e8a412f298d55f4e
parent39379c5df3a0bdcd768fc6421381ca805cd4ee21
Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. Fixes
<rdar://problem/11291436>.

This is a second attempt at a fix for this, the first was r155468. Thanks
to Chandler, Bob and others for the feedback that helped me improve this.

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