[llvm] [InstCombine] Extend `foldICmpBinOp` to `add`-like `or`. (PR #71396)

Mikhail Gudim via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 23:05:41 PST 2023


================
@@ -4564,6 +4564,17 @@ static Instruction *foldICmpXorXX(ICmpInst &I, const SimplifyQuery &Q,
   return nullptr;
 }
 
----------------
mgudim wrote:

Also see similar PR: https://github.com/llvm/llvm-project/pull/75899

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


More information about the llvm-commits mailing list