[Mlir-commits] [mlir] [mlir][nfc] De-duplicate tests from `Type::isIntOrFloat` (PR #129710)
Javed Absar
llvmlistbot at llvm.org
Wed Mar 5 09:21:01 PST 2025
https://github.com/javedabsar1 approved this pull request.
LGTM as
`bool Type::isIntOrFloat() const {
return llvm::isa<IntegerType, FloatType>(*this);
}
https://github.com/llvm/llvm-project/pull/129710
More information about the Mlir-commits
mailing list