[llvm] Combine (X ^ Y) and (X == Y) where appropriate (PR #130922)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 12 01:28:35 PDT 2025


================
@@ -239,3 +239,43 @@ define i32 @oneusecmp(i32 %a, i32 %b, i32 %d) {
   %x = add i32 %s, %s2
   ret i32 %x
 }
+
+define i32 @xor_branch_ret(i32 %x) {
----------------
wangpc-pp wrote:

Precommit this.

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


More information about the llvm-commits mailing list