mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 05:32:28 +08:00
This function is available on llvm::Type and has been used by some clients of the LLVM dialect before the transition. Implement the MLIR counterpart. Reviewed By: schweitz Differential Revision: https://reviews.llvm.org/D85847