Fixes issue encountered with <sparse> complex constant
https://github.com/llvm/llvm-project/issues/56428
Details
Details
- Reviewers
rriddle ftynse springerm - Commits
- rGd926b3307e2f: [mlir] add complex type to getZeroAttr
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for having such a quick look.
mlir/lib/IR/BuiltinAttributes.cpp | ||
---|---|---|
1595 | Good point yes! |
@rriddle : is this an acceptable solution? do zero attributes need more, like a named attribute or something like that?