[Mlir-commits] [mlir] [mlir][emitc] Restrict integer and float types (PR #85788)
Tina Jung
llvmlistbot at llvm.org
Wed Mar 20 01:28:54 PDT 2024
================
@@ -22,6 +22,12 @@ include "mlir/IR/BuiltinTypeInterfaces.td"
// EmitC type definitions
//===----------------------------------------------------------------------===//
+def Valid_EmitC_Integer_Type : Type<CPred<"emitc::isValidEmitCIntegerType($_self)">,
----------------
TinaAMD wrote:
I renamed the types. While refactoring it, I noticed that the other types tend to follow the naming convention `EmitC_XType`. Should we go with `EmitC_IntegerType`/`EmitC_FloatType` maybe?
https://github.com/llvm/llvm-project/pull/85788
More information about the Mlir-commits
mailing list