[Mlir-commits] [mlir] [mlir][LLVM] Use int32_t to indirectly construct GEPArg (PR #79562)

Markus Böck llvmlistbot at llvm.org
Fri Jan 26 02:28:40 PST 2024


zero9178 wrote:

> Also, how do I backport this to 18.x properly? Should I retarget the PR to 18.x?

See https://llvm.org/docs/GitHub.html#backporting-fixes-to-the-release-branches and https://github.com/llvm/llvm-project/issues/79511 as an example. In short the process is to just land the change in `main`, open an issue, add it to the release milestone and use the cherry pick command. This will automatically create a PR to separately consider whether to backport the PR rather than just landing it in main.

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


More information about the Mlir-commits mailing list