]> granicus.if.org Git - clang/commit
Revert r205436:
authorRoman Divacky <rdivacky@freebsd.org>
Thu, 3 Apr 2014 18:04:52 +0000 (18:04 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Thu, 3 Apr 2014 18:04:52 +0000 (18:04 +0000)
commitdffd876205c2affe56bb9257074c72d914b2529b
tree01c35912841cd72b11c6628354fcdf259475346c
parent05654971781ffd083c40d2115b81db7b8334c10f
Revert r205436:

        Extend the SSE2 comment lexing to AVX2. Only 16byte align when not on AVX2.

        This provides some 3% speedup when preprocessing gcc.c as a single file.

The patch is wrong, it always uses SSE2, and when I fix that there's no speedup
at all. I am not sure where the 3% came from previously.

--Thi lie, and those below, will be ignored--

M    Lex/Lexer.cpp

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205548 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/Lexer.cpp