Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/Vector/VectorOps.cpp | ||
---|---|---|
857 | Oops I was sure I had run clang-format :( |
LGTM, thanks Thomas!
mlir/lib/Dialect/Vector/VectorOps.cpp | ||
---|---|---|
853 | type.getShape().take_back(n).front() ? | |
856 | extractOp.getResultType().cast<VectorType>().getRank() | |
864 | Add a TODO that this could be generalized with a canonicalization pattern, with the shape_cast moving after the extract ? | |
881 | s/assoociated/associated | |
894 | Comment that OpBuilder is only used to getI64ArrayAttr (even if obvious)? |
type.getShape().take_back(n).front() ?