Depends On D110916
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 126698 Build 184041: arc lint + arc unit
Event Timeline
Comment Actions
I used to have something similar with a single function here but found it counterintuitive.
I am on the fence about this change: on one hand code removal is always welcome, OTOH the branching inside the function is tricky.
mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp | ||
---|---|---|
2394 | bool isExtractSliceOp = isa<..> and reuse this ? |
bool isExtractSliceOp = isa<..> and reuse this ?