llvm/mlir/lib/Pass
Benjamin Kramer ba8e336a23 [mlir] Use array_pod_sort for sorting stats/counters.
This isn't performance sensitive and array_pod_sort is a lot smaller.
NFCI.
2022-03-17 20:14:24 +01:00
..
CMakeLists.txt
IRPrinting.cpp Apply clang-tidy fixes for performance-unnecessary-value-param to MLIR (NFC) 2022-01-02 01:45:18 +00:00
Pass.cpp [mlir] Fix missing verification after running an OpToOpAdaptorPass 2022-03-16 14:53:41 -07:00
PassCrashRecovery.cpp Fix a few unitialized class members in MLIR (NFC) 2022-01-01 01:40:36 +00:00
PassDetail.h Adjust "end namespace" comment in MLIR to match new agree'd coding style 2021-12-08 06:05:26 +00:00
PassManagerOptions.cpp Adjust "end namespace" comment in MLIR to match new agree'd coding style 2021-12-08 06:05:26 +00:00
PassRegistry.cpp [mlir] Move the Builtin FuncOp to the Func dialect 2022-03-16 17:07:03 -07:00
PassStatistics.cpp [mlir] Use array_pod_sort for sorting stats/counters. 2022-03-17 20:14:24 +01:00
PassTiming.cpp