mikaelholmen wrote:

> Yes, I removed the caller and forgot to update the name.

Ok, well if I change ```fastParseASCIIIdentifierSSE42``` to 
```fastParseASCIIIdentifier``` I still get
```
../../clang/lib/Lex/Lexer.cpp:1937:1: error: unused function 
'fastParseASCIIIdentifier' [-Werror,-Wunused-function]
 1937 | fastParseASCIIIdentifier(const char *CurPtr, const char *BufferEnd) {
      | ^~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
so the optimized version still looks unused.

https://github.com/llvm/llvm-project/pull/175452
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to