This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Remove EarlyCSE from backend
ClosedPublic

Authored by samparker on Mar 15 2019, 6:00 AM.

Details

Summary

There is an issue with early CSE hitting an assert, so temporarily remove the pass from the Arm backend.
Bug: https://bugs.llvm.org/show_bug.cgi?id=41081

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.Mar 15 2019, 6:00 AM
mstorsjo accepted this revision.Mar 15 2019, 6:05 AM

Sounds ok to me

This revision is now accepted and ready to land.Mar 15 2019, 6:05 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 15 2019, 6:35 AM