5c77aa2b917c [unroll] Use early return in shouldFullUnroll [nfc]
wasn't quite NFC since !(x <= y) is x > y rather than x >= y
Credit to Justin Bogner for spotting the bug
|  Differential  D114894  
[unroll] Fix a functional change in an NFC patch Authored by dsanders on Dec 1 2021, 11:19 AM. 
Details 
 5c77aa2b917c [unroll] Use early return in shouldFullUnroll [nfc] Credit to Justin Bogner for spotting the bug 
Diff Detail 
 Event TimelineComment Actions Unfortunately no. We didn't try to make a reproducer, we just have some CI compiling some internal test apps that's very strict about changes to the metrics it's tracking. Once we'd bisected the report to 5c77aa2b917c we found that the 'binary is different' flag was being set for some of the tests even though the commit said NFC 
 No problem, thanks |