[Mlir-commits] [mlir] [mlir][Ptr] Add the `MemorySpaceAttrInterface` interface and dependencies. (PR #86870)

Fabian Mora llvmlistbot at llvm.org
Thu Apr 4 12:38:00 PDT 2024


fabianmcg wrote:

> How do we do that if you append more commits?

My plan was:
If the base is modified with new commits, ignore those changes if don't affect this PR, otherwise update the branch locally and force push. (It's unnecessary overhead, but I haven't migrated to `spr` and I think I saw a post on Discourse discouraging users from manually doing stack PRs)

If I add new commits to this PR, it shouldn't be an issue as the new commits will be on top.

Once, the dependent PR is approved and merged, I'll remove the first commit locally and then force push.

https://github.com/llvm/llvm-project/pull/86870


More information about the Mlir-commits mailing list