No widening decisions will be computed for instructions outside the
loop. Do not try to get a widening decision. The load/store will be just
a scalar load, so treating at as normal should be fine I think.
Fixes PR46950.
Differential D85087
[LV] Do not check widening decision for instrs outside of loop. fhahn on Aug 2 2020, 3:34 AM. Authored by
Details No widening decisions will be computed for instructions outside the Fixes PR46950.
Diff Detail
Event TimelineComment Actions Oh right. Sorry I saw that bug but didn't put two and two together somehow. Thanks for the fix. LGTM |