mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 02:16:07 +00:00

This commit removes convenience methods from `FloatType` to make it independent of concrete interface implementations. See discussion here: https://discourse.llvm.org/t/rethink-on-approach-to-low-precision-fp-types/82361 Note for LLVM integration: Replace `FloatType::getF32(` with `Float32Type::get(` etc.
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.