This matches Builder::getI32VectorAttr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Let me know if you want me to add a unittest. Couldn't find any intree users to update.
mlir/lib/IR/Builders.cpp | ||
---|---|---|
109 | AFAIR, you can just do `DenseIntElementsAttr::get``` - you don't need the trailing cast. The method right above can also be fixed the same way. |
AFAIR, you can just do `DenseIntElementsAttr::get``` - you don't need the trailing cast. The method right above can also be fixed the same way.