llvm-project/mlir/lib/Pass
River Riddle 35807bc4c5 NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to Value being value-typed.
This is an initial step to refactoring the representation of OpResult as proposed in: https://groups.google.com/a/tensorflow.org/g/mlir/c/XXzzKhqqF_0/m/v6bKb08WCgAJ

This change will make it much simpler to incrementally transition all of the existing code to use value-typed semantics.

PiperOrigin-RevId: 286844725
2019-12-22 22:00:23 -08:00
..
CMakeLists.txt Add build files and update README. 2019-03-30 11:23:22 -07:00
IRPrinting.cpp NFC: Introduce new ValuePtr/ValueRef typedefs to simplify the transition to Value being value-typed. 2019-12-22 22:00:23 -08:00
Pass.cpp NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in `mlir` namespace. 2019-12-18 09:29:20 -08:00
PassDetail.h Add support for instance specific pass statistics. 2019-12-05 11:53:28 -08:00
PassManagerOptions.cpp NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in `mlir` namespace. 2019-12-18 09:29:20 -08:00
PassRegistry.cpp NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in `mlir` namespace. 2019-12-18 09:29:20 -08:00
PassStatistics.cpp NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in `mlir` namespace. 2019-12-18 09:29:20 -08:00
PassTiming.cpp NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in `mlir` namespace. 2019-12-18 09:29:20 -08:00