This is an archive of the discontinued LLVM Phabricator instance.

[CodeGenPrepare] Limit recursion depth for collectBitParts
ClosedPublic

Authored by dstuttard on May 9 2019, 5:50 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

dstuttard created this revision.May 9 2019, 5:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2019, 5:50 AM
jmolloy accepted this revision.May 9 2019, 6:06 AM

Please clang-format. There should be a space between the + operator and its operands.

This revision is now accepted and ready to land.May 9 2019, 6:06 AM
This revision was automatically updated to reflect the committed changes.