We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6e3c0 commit c219bb0Copy full SHA for c219bb0
llvm/include/llvm/Analysis/SimplifyQuery.h
@@ -63,6 +63,8 @@ struct InstrInfoQuery {
63
struct CondContext {
64
Value *Cond;
65
bool Invert = false;
66
+ // Condition is true if CxtI is in the true successor of Cond.
67
+ bool CondIsTrue = false;
68
SmallPtrSet<Value *, 4> AffectedValues;
69
70
CondContext(Value *Cond) : Cond(Cond) {}
0 commit comments