Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
"Extended Alloc ..." -> "[MLIR] Extend Alloc ..."
Can you please add a commit summary even if brief?
That needs to be done in phabricator, clearly whatever tool is being used to update the reviews (arc?) does not do any of that.
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td | ||
---|---|---|
138 | Any reason this is not just always tagged "MemAlloc"? |
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td | ||
---|---|---|
138 | Seems like we could take an optional string to tag the resource / pool for the alloc, but always mark the result as MemAlloc? |
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td | ||
---|---|---|
138 | Good point, this makes sense. We will address it in an follow up PR. |
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td | ||
---|---|---|
138 | I'm curious why didn't address it here in the first place instead? |
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td | ||
---|---|---|
138 | We wanted to provide a more generalized approach for this. Follow this link to get to the follow up PR: https://reviews.llvm.org/D78917 |
mlir/include/mlir/Dialect/StandardOps/IR/Ops.td | ||
---|---|---|
138 | I still don't understand why the current revision needed to land first... |
Any reason this is not just always tagged "MemAlloc"?