mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 16:29:50 +08:00
We could extend this with an interface to allow dialect to perform a type conversion, but that would make the folder creating operation which isn't the case at the moment, and isn't necessarily always desirable. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D95991