WebAssembly: disable some loop-idiom recognition
authorJF Bastien <jfb@google.com>
Wed, 28 Oct 2015 17:50:23 +0000 (17:50 +0000)
committerJF Bastien <jfb@google.com>
Wed, 28 Oct 2015 17:50:23 +0000 (17:50 +0000)
commita2446f8d170c97f390d3c8416ba8a5bbac24ff8c
tree983884a0901a2be8eee6ab05e45938432dc5c2bf
parentea4e018fba779d25562e49e9d7f638940e6b8c68
WebAssembly: disable some loop-idiom recognition

memset/memcpy aren't fully supported yet. We should invert this test
once they are supported.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251534 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/TargetLibraryInfo.cpp
test/CodeGen/WebAssembly/loop-idiom.ll [new file with mode: 0644]