Skip to content
  • River Riddle's avatar
    [mlir][Pattern] Add a new FrozenRewritePatternList class · 3fffffa8
    River Riddle authored
    This class represents a rewrite pattern list that has been frozen, and thus immutable. This replaces the uses of OwningRewritePatternList in pattern driver related API, such as dialect conversion. When PDL becomes more prevalent, this API will allow for optimizing a set of patterns once without the need to do this per run of a pass.
    
    Differential Revision: https://reviews.llvm.org/D89104
    3fffffa8
Loading