Update FIR registration to not rely on the global MLIR dialect registry (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Sun, 23 Aug 2020 21:20:49 +0000 (21:20 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Sun, 23 Aug 2020 21:24:54 +0000 (21:24 +0000)
commitf6615b2ddb3d046cc7a99ec74ee032ea21a1d27a
treee64f1813c958e9671a8e6346add842f757a140ad
parentf6decfa36d89a308ef6769a38b836d1352c10fb4
Update FIR registration to not rely on the global MLIR dialect registry (NFC)

MLIR is removing "soon" the global dialect registry, this patch is
transitionning FIR to not rely on it anymore.
flang/include/flang/Optimizer/Dialect/FIRDialect.h
flang/tools/tco/tco.cpp