This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Remove redundant pass initialization
ClosedPublic

Authored by tstellar on Jun 12 2019, 4:44 PM.

Details

Summary

All the GlobalISel passes are initialized when the target calls
initializeGlobalISel(), so we don't need to call the initializers
from the pass constructors.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.Jun 12 2019, 4:44 PM
This revision is now accepted and ready to land.Jun 13 2019, 10:33 AM
This revision was automatically updated to reflect the committed changes.