[PATCH] D87468: [Support] Add GlobPattern::isTrivialMatchAll()

Andrew Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 11:17:29 PDT 2020


andrewng marked an inline comment as done.
andrewng added a comment.

In D87468#2266310 <https://reviews.llvm.org/D87468#2266310>, @MaskRay wrote:

> Can you demonstrate how the old code has overhead related to the input?

This new function enables the user of the GlobPattern to avoid overhead, see D87469 <https://reviews.llvm.org/D87469> for an example.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87468/new/

https://reviews.llvm.org/D87468



More information about the llvm-commits mailing list