[PATCH] D76010: [ValueTracking] Let isGuaranteedNotToBeUndefOrPoison look into more constants/instructions
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 19 15:22:35 PDT 2020
jdoerfert added a comment.
I think I'm fine with this, wait for @reames to accept though.
================
Comment at: llvm/lib/Analysis/ValueTracking.cpp:4571
+ return true;
+ }
----------------
Nit: No braces.
Use OpCheck for BitCastInst as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76010/new/
https://reviews.llvm.org/D76010
More information about the llvm-commits
mailing list