apple / swift-experimental-string-processing

An early experimental general-purpose pattern matching engine for Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify scalar semantics in quantifier fast path

natecook1000 opened this issue · comments

After #655 and #658 land, verify that indexes are handled correctly under scalar semantics in Processor._doQuantifyMatch and String.matchBitset. Also check on end/endIndex there and in _matchBuiltinCC.

Note that we currently don't perform the compiler optimizations to enable those specialized instructions in scalar-semantic mode. We should enable them and test them.