llvm-project/mlir/include
River Riddle 65277126bf [mlir][Type] Remove the remaining usages of Type::getKind in preparation for its removal
This revision removes all of the lingering usages of Type::getKind. A consequence of this is that FloatType is now split into 4 derived types that represent each of the possible float types(BFloat16Type, Float16Type, Float32Type, and Float64Type). Other than this split, this revision is NFC.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D85566
2020-08-12 19:33:58 -07:00
..
mlir [mlir][Type] Remove the remaining usages of Type::getKind in preparation for its removal 2020-08-12 19:33:58 -07:00
mlir-c [mlir] Expose printing functions in C API 2020-08-12 13:07:34 +02:00