[Mlir-commits] [mlir] [mlir][bufferization] Add tensor-like and memref-like interfaces (PR #134220)
Mehdi Amini
llvmlistbot at llvm.org
Tue Apr 8 07:51:52 PDT 2025
joker-eph wrote:
> I don't have the rights to merge myself, so will squash everything manually in git anyway.
You don't need to do this.
> Does merge actually use the GitHub's info? I thought it would use commit message "as is" instead (i guess it depends on what are the settings of the repo). Commit message comes from git, not github, so there's little reason in updating github's title / description without doing the same for the underlying commit.
No: LLVM GitHub setup is that your commits and their messages are ignored. Only the PR title and description are use to form the final commit (which won't be a "merge commit" in git parlance, but a squashed and rebased single commit.
https://github.com/llvm/llvm-project/pull/134220
More information about the Mlir-commits
mailing list