[PATCH] D105013: [InstCombine] try to fold the expression "(A & ~B) + B" to "A | B"

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 29 04:39:02 PDT 2021


spatel added inline comments.


================
Comment at: llvm/test/Analysis/ValueTracking/known-non-common-bits.ll:16
+
+define dso_local i32 @_Z11and_to_xor1ii2(i32 %0, i32 %1) {
+; CHECK-LABEL: @_Z11and_to_xor1ii2(
----------------
If I'm seeing it correctly, this test does not change with this patch. Why is it included?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105013/new/

https://reviews.llvm.org/D105013



More information about the llvm-commits mailing list