[all-commits] [llvm/llvm-project] 8613fb: [mlir][IR] Turn `FloatType` into a type interface
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jan 14 23:34:40 PST 2025
Branch: refs/heads/users/matthias-springer/float_type_interface
Home: https://github.com/llvm/llvm-project
Commit: 8613fb3864195fb6ba41ed6ec052baf8fcae7178
https://github.com/llvm/llvm-project/commit/8613fb3864195fb6ba41ed6ec052baf8fcae7178
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2025-01-15 (Wed, 15 Jan 2025)
Changed paths:
M mlir/include/mlir/IR/BuiltinTypeInterfaces.h
M mlir/include/mlir/IR/BuiltinTypeInterfaces.td
M mlir/include/mlir/IR/BuiltinTypes.h
M mlir/include/mlir/IR/BuiltinTypes.td
M mlir/lib/IR/BuiltinTypeInterfaces.cpp
M mlir/lib/IR/BuiltinTypes.cpp
M mlir/unittests/IR/InterfaceAttachmentTest.cpp
Log Message:
-----------
[mlir][IR] Turn `FloatType` into a type interface
This makes it possible to add new floating point types in downstream projects. Also removes one place where we had to hard-code all existing floating point types (`FloatType::classof`).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list