Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/IR/StandardTypes.cpp | ||
---|---|---|
235 | nit: Add a short message here. |
mlir/lib/IR/StandardTypes.cpp | ||
---|---|---|
235 | Do Types get verification similar to Ops? Wondering if the assert belong in ComplexType verification if it exists. |
mlir/lib/IR/StandardTypes.cpp | ||
---|---|---|
235 | Yes, types are verified on construction, so this assert could be removed. For some reason I was thinking that complex was relaxed recently to allow non int/float. That must have been just a request. |
nit: Add a short message here.