[PATCH] D150443: [KnownBits] Define and use intersectWith and unionWith
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 16 01:23:00 PDT 2023
foad added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/GISelKnownBits.cpp:241
// just stop looking through the operands.
if (Known.One == 0 && Known.Zero == 0)
break;
----------------
nikic wrote:
> Side note: Should use isUnknown() here.
71ac47f39120e77c7364799ca30cbd59b5caf5f7
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150443/new/
https://reviews.llvm.org/D150443
More information about the llvm-commits
mailing list