This is an archive of the discontinued LLVM Phabricator instance.

[ARM][NFC] ARMCodeGenPrepare: some refactoring and algorithm description.
ClosedPublic

Authored by SjoerdMeijer on Aug 16 2018, 8:20 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

SjoerdMeijer created this revision.Aug 16 2018, 8:20 AM
samparker accepted this revision.Aug 16 2018, 8:51 AM

Thanks for putting the time into this, just one nit before its committed please.

lib/Target/ARM/ARMCodeGenPrepare.cpp
606 ↗(On Diff #161035)

or we don't need to explore it, such as pointer values and gep instructions.

This revision is now accepted and ready to land.Aug 16 2018, 8:51 AM
This revision was automatically updated to reflect the committed changes.