mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
This will allow out-of-tree translation to register the dialects they expect to see in their input, on the model of getDependentDialects() for passes. Differential Revision: https://reviews.llvm.org/D86409