[Lldb-commits] [lldb] [InstCombine] Canonicalize `and(zext(A), B)` into `select A, B & 1, 0` (PR #66740)
Yingwei Zheng via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 19 00:06:08 PDT 2023
dtcxzyw wrote:
> We should use rebase instead of merge. And I recommend force push to change the code before the review starts.
I am confused with the LLVM GitHub user guide. I witnessed someone mess up by doing rebase + force push.
Examples: #65853 #65543 #65535
https://github.com/llvm/llvm-project/pull/66740
More information about the lldb-commits
mailing list