Updated LowerGuardIntrinsic and LowerWidenableCondition to check for
users of the respective intrinsic, instead of checking for guards and
widenable conditions by traversing the entire function.
This is an NFC. Should save some compile time.
Differential D123546
Check users of instrinsics instead of traversing entire function. anna on Apr 11 2022, 1:56 PM. Authored by
Details
Updated LowerGuardIntrinsic and LowerWidenableCondition to check for This is an NFC. Should save some compile time.
Diff Detail
Unit Tests |