llvm-project
ecdb549e - [TableGen] Avoid evaluating RHS of a BinOp until short-circuit is complete (#144021)

Commit
145 days ago
[TableGen] Avoid evaluating RHS of a BinOp until short-circuit is complete (#144021) This patch adds an even more aggressive short-circuit on `!and` and `!or` that completely avoids the evaluation of RHS operand until short circuiting decisions are made.
Author
Parents
Loading