This is an archive of the discontinued LLVM Phabricator instance.

[ARM][CGP] Clear SafeWrap before each search
ClosedPublic

Authored by samparker on May 22 2019, 7:49 AM.

Details

Summary

The previous patch added a member set to store instructions that we could allow to wrap. But this wasn't cleared between searches meaning that they could get promoted, incorrectly, during the promotion of a separate valid chain.

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.May 22 2019, 7:49 AM
SjoerdMeijer accepted this revision.May 23 2019, 12:08 AM

One line fixes are the best fixes! :-)

This revision is now accepted and ready to land.May 23 2019, 12:08 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2019, 12:46 AM