[PATCH] D125226: [pseudo] Add benchmarks for pseudoparser.
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 10 05:12:55 PDT 2022
hokein added a comment.
In D125226#3500691 <https://reviews.llvm.org/D125226#3500691>, @sammccall wrote:
>
> I think we should have some fixed checked-in examples, but we can add them later.
Yeah, it is a good idea to have some fixed datasets checked in (but we will not run them in buildbots).
> BTW, the fuzzer identifies slow inputs, I have attached one (though it looks like `x::x::x::x::...` might be enough. F23013421: slow-unit-f2ba0885392b8fd32237e004e9c3be20175a1f86 <https://reviews.llvm.org/F23013421>
Thanks, this is really useful and interesting (I was struggling to find out such an example).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125226/new/
https://reviews.llvm.org/D125226
More information about the cfe-commits
mailing list