llvm-project/mlir/unittests/Pass
Mehdi Amini 1284dc34ab Use an Identifier instead of an OperationName internally for OpPassManager identification (NFC)
This allows to defers the check for traits to the execution instead of forcing it on the pipeline creation.
In particular, this is making our pipeline creation tolerant to dialects not being loaded in the context yet.

Reviewed By: rriddle, GMNGeoffrey

Differential Revision: https://reviews.llvm.org/D86915
2020-09-02 21:46:05 +00:00
..
AnalysisManagerTest.cpp Rename AnalysisManager::slice in AnalysisManager::nest (NFC) 2020-08-28 20:41:07 +00:00
CMakeLists.txt [MLIR] Add support for defining and using Op specific analysis 2020-08-17 09:00:47 -07:00
PassManagerTest.cpp Use an Identifier instead of an OperationName internally for OpPassManager identification (NFC) 2020-09-02 21:46:05 +00:00