We have multiple places in code where we try to identify whether or not
some instruction is a guard. This patch factors out this logic into a separate
utility function which works uniformly in all places.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM.
I assume we do have tests on guard lowering and they do pass after this change :)