llvm/mlir/lib/Pass
River Riddle f8479d9de5 [mlir] Set the namespace of the BuiltinDialect to 'builtin'
Historically the builtin dialect has had an empty namespace. This has unfortunately created a very awkward situation, where many utilities either have to special case the empty namespace, or just don't work at all right now. This revision adds a namespace to the builtin dialect, and starts to cleanup some of the utilities to no longer handle empty namespaces. For now, the assembly form of builtin operations does not require the `builtin.` prefix. (This should likely be re-evaluated though)

Differential Revision: https://reviews.llvm.org/D105149
2021-07-28 21:00:10 +00:00
..
CMakeLists.txt [mlir] Refactor the implementation of pass crash reproducers 2021-05-19 16:59:53 -07:00
IRPrinting.cpp [mlir-ir-printing] Prefix the dump message with the split marker(// -----) 2021-06-10 17:34:50 -07:00
Pass.cpp Fix mismatch between the provisioning of asyncExecutors and the actual thread count currently in the context (NFC) 2021-07-16 06:51:06 +00:00
PassCrashRecovery.cpp [mlir] Refactor the implementation of pass crash reproducers 2021-05-19 16:59:53 -07:00
PassDetail.h [mlir] Refactor the implementation of pass crash reproducers 2021-05-19 16:59:53 -07:00
PassManagerOptions.cpp [mlir] Add a new print-ir-after-failure IR pass printing flag 2021-05-19 16:54:20 -07:00
PassRegistry.cpp [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
PassStatistics.cpp
PassTiming.cpp