[PATCH] D48878: [X86][BtVer2][NFC] Regexify zero-idioms

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 3 11:02:24 PDT 2018


lebedev.ri abandoned this revision.
lebedev.ri added a comment.

In https://reviews.llvm.org/D48878#1150823, @RKSimon wrote:

> Please don't use regexes unless you really need to - its a little difficult to gauge but in general these take a LOT longer on tblgen - they only really work well if you don't start with a pattern so InstRegexOp::apply can reduce the search range considerably.


Interesting, unfortunate. Ok, good to know!


Repository:
  rL LLVM

https://reviews.llvm.org/D48878





More information about the llvm-commits mailing list