Details
Details
- Reviewers
RKSimon
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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.