Short Circuit Evaluation
Split Nodes whenever an early jump is possible by short circuiting boolean
operations. Nodes are split after conservatively checking for side effects,
which include definition of multi block variables, function calls and
instructions involving memory.
BUG=None
R=stichnot@chromium.org
Review URL: https://codereview.chromium.org/2069923004 .
Showing
tests_lit/llvm2ice_tests/short-circuit.ll
0 → 100644
Please
register
or
sign in
to comment