[Openmp-commits] [flang] [mlir] [openmp] [Flang][OpenMP][MLIR] Extend derived (record) type map support in Flang and OpenMP dialect (PR #81328)

Kiran Chandramohan via Openmp-commits openmp-commits at lists.llvm.org
Sat Feb 10 03:28:35 PST 2024


kiranchandramohan wrote:

> As an aside, does anyone know of a way to stack dependent patches similar to Phabricator for the purposes of passing the in PR CI tests? Just on the off chance someone reading this may know...

I have not tried this myself, but here are some notes from an internal conversation with @DavidTruby.
`You can create branches in llvm-project with users/<username>/<branch-name> so we can do stacked PRs using that workflow. if the base commit is in the repo you can create a PR to that commit instead of main. I.e. if you want PR2 to be stacked onto PR1 you can create a request to pull users/DavidTruby/PR1 into main, and then a request to pull users/DavidTruby/PR2 into users/DavidTruby/PR1, and both will appear as PRs in the PR list in llvm-project``

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


More information about the Openmp-commits mailing list