[PATCH] D153753: ValueTracking: Handle ptrmask in isKnownNeverZero

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 05:13:41 PDT 2023


fhahn added a comment.

I think you'd need to also check that there's at least one common non-null bit for both pointer and mask.


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

https://reviews.llvm.org/D153753



More information about the llvm-commits mailing list