forked from OSchip/llvm-project
Clarify that the "integer" in primitive types is affine integer, not to be confused with IntegerType.
PiperOrigin-RevId: 205688085
This commit is contained in:
parent
0816c186fd
commit
d600a89391
|
@ -113,8 +113,8 @@ inline raw_ostream &operator<<(raw_ostream &os, const Type &type) {
|
||||||
return os;
|
return os;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Primitive types are the atomic base of the type system, including integer
|
/// Primitive types are the atomic base of the type system, including affine
|
||||||
/// and floating point values.
|
/// integer and floating point values.
|
||||||
class PrimitiveType : public Type {
|
class PrimitiveType : public Type {
|
||||||
public:
|
public:
|
||||||
static PrimitiveType *get(Kind kind, MLIRContext *context);
|
static PrimitiveType *get(Kind kind, MLIRContext *context);
|
||||||
|
|
Loading…
Reference in New Issue