Skip to content
  • River Riddle's avatar
    [mlir][IR] Remove the concept of `OperationProperties` · fe7c0d90
    River Riddle authored
    These properties were useful for a few things before traits had a better integration story, but don't really carry their weight well these days. Most of these properties are already checked via traits in most of the code. It is better to align the system around traits, and improve the performance/cost of traits in general.
    
    Differential Revision: https://reviews.llvm.org/D96088
    fe7c0d90
Loading