[PATCH] D86477: [ValueTracking] Let getGuaranteedNonPoisonOp find multiple non-poison operands
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 11:10:56 PDT 2020
aqjune added inline comments.
================
Comment at: llvm/lib/Analysis/ValueTracking.cpp:5111
+ }
+ break;
+ }
----------------
jdoerfert wrote:
> The function pointer too, but unclear if that helps much ;)
I think that's a valid point, I'll add it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86477/new/
https://reviews.llvm.org/D86477
More information about the llvm-commits
mailing list