[Mlir-commits] [mlir] [MLIR][Types] add isFloat() to Type class (PR #88926)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Fri May 17 04:34:20 PDT 2024


ftynse wrote:

FWIW, I do think we should remove the others. They are a historic artifact of there not being specific classes for subclasses of `FloatType` that we could use with `isa`. Having only one way to check for subclass relation looks saner. But it's a breaking change...

I suppose @joker-eph will have an opinion as well.

https://github.com/llvm/llvm-project/pull/88926


More information about the Mlir-commits mailing list