[Regex] Check two chars in step back optimization (NFC)
When stepping back, and there is a following fixed character, also try to check whether another following fixed character matches. For our tests the next fixed character is often " ", which occurs pretty frequently, so checking a second character is worthwhile in practice. This drops FileCheck runtime for the vloxseg.c test from 25s to 17s for me.
Loading
Please sign in to comment