[compiler-rt] [InstCombine] Canonicalize `and(zext(A), B)` into `select A, B & 1, 0` (PR #66740)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 19 00:06:04 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 llvm-commits
mailing list