[PATCH] D80651: Harden MLIR detection of misconfiguration when missing dialect registration
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 27 20:11:56 PDT 2020
mehdi_amini added a comment.
I thought it would involve adding an extra check, but if it is free on the fast path then checking the cast<> case seems good!
We had many issues where the unit-test environment does not reproduce the exact registration state of the production path, this will help saving a bunch of debugging hopefully
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80651/new/
https://reviews.llvm.org/D80651
More information about the llvm-commits
mailing list