Emit memcmp directly from the StringMatcherEmitter.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 20 May 2012 18:10:42 +0000 (18:10 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 20 May 2012 18:10:42 +0000 (18:10 +0000)
commit5875c33746a86c4596b3039768889680ff4f5752
tree3643a6a0aa28e5f38c4caeb5b6a73eedcca182d5
parent6514551be704adb577682148ca825c08fd642329
Emit memcmp directly from the StringMatcherEmitter.

There should be no difference in the resulting binary, given a sufficiently
smart compiler. However we already had compiler timeouts on the generated
code in Intrinsics.gen, this hopefully makes the lives of slow buildbots a
little easier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157161 91177308-0d34-0410-b5e6-96231b3b80d8
lib/TableGen/StringMatcher.cpp