[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)
Min-Yih Hsu via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 31 08:59:44 PDT 2024
mshockwave wrote:
Please refrain from force push, because it sometimes messes up previous comments. Per LLVM's [developer policy](https://llvm.org/docs/GitHub.html#rebasing-pull-requests-and-force-pushes), you should only rebase and force push if (1) some new changes from main directly affect or even hinder the ongoing code reviews (2) there are some conflicts with main and you're about to merge. It's totally fine (and common) to ignore conflicts with main during code review, as long as it doesn't affect the review.
I believe your previous one or two force pushes did not qualify the aforementioned criteria, please refrain from doing it again.
https://github.com/llvm/llvm-project/pull/89047
More information about the llvm-commits
mailing list