This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Extract some code from ARMConstantIslandPass
ClosedPublic

Authored by samparker on Jun 13 2019, 7:03 AM.

Details

Summary

Create the ARMBasicBlockUtils class for tracking and querying basic blocks sizes so we can use them when generating low-overhead loops.

Diff Detail

Repository
rL LLVM