[llvm] [M68k] Add support for bitwise NOT instruction (PR #88049)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 8 15:00:01 PDT 2024


mshockwave wrote:

> Does LLVM have a preference over if the MC tests go into a second commit, or if I revise the first commit and force push?

The current policy states that during code review, all changes/fixes to the PR should be put in separate commits (unless there is a substantial change on the main branch that will break the PR and you have to rebase + forced push) so the reviewer can see a clear history of changes. But once the code reviewer is done, you have to squash all the commits before merge. Actually, I think we make "Squash and merge" button the only clickable one on the web UI.

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


More information about the llvm-commits mailing list