This is an archive of the discontinued LLVM Phabricator instance.

Remove optnone from FullUnroll.ll
AbandonedPublic

Authored by aeubanks on Jul 9 2020, 5:23 PM.

Details

Reviewers
echristo
Summary

The function shouldn't be optimized if it's marked with optnone.

Diff Detail

Event Timeline

aeubanks created this revision.Jul 9 2020, 5:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2020, 5:23 PM

I may need to comment it better, but in this case part of it is that it's designed to only have the forced loop unroller run on it.

I may need to comment it better, but in this case part of it is that it's designed to only have the forced loop unroller run on it.

Ah I see, thanks for the explanation

aeubanks abandoned this revision.Jul 9 2020, 6:02 PM