[llvm] [InstCombine] Improve bitfield addition (PR #77184)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 00:28:11 PST 2024
================
@@ -3379,6 +3379,149 @@ Value *InstCombinerImpl::foldAndOrOfICmps(ICmpInst *LHS, ICmpInst *RHS,
return foldAndOrOfICmpsUsingRanges(LHS, RHS, IsAnd);
}
+struct BitFieldAddBitMask {
----------------
dtcxzyw wrote:
Please add some comments for these structs.
https://github.com/llvm/llvm-project/pull/77184
More information about the llvm-commits
mailing list