Description[turbofan] Fix properties of IrOpcode::kThrow operator.
This changes the IrOpcode::kThrow operator to have kNoThrow property,
which sounds unintuitive, but holds for our graphs. The operators is
used to indicate exceptional control flow out of the function, but in
itself does not throw, the throwing is done by a runtime call.
R=titzer@chromium.org
TEST=unittests/CommonOperatorTest/CommonSharedOperatorTest.Properties
Committed: https://crrev.com/48c185fe75350954596ae23d0d8e407ecb42ac61
Cr-Commit-Position: refs/heads/master@{#27541}
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|