Create the ARMBasicBlockUtils class for tracking and querying basic blocks sizes so we can use them when generating low-overhead loops.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D63265
[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
Event TimelineHerald added subscribers: kristof.beyls, javed.absar, mgorny. · View Herald TranscriptJun 13 2019, 7:03 AM This revision is now accepted and ready to land.Jun 14 2019, 8:52 AM Closed by commit rL363530: [ARM] Extract some code from ARMConstantIslandPass (authored by sam_parker). · Explain WhyJun 17 2019, 1:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 205003 llvm/trunk/lib/Target/ARM/ARM.h
llvm/trunk/lib/Target/ARM/ARMBasicBlockInfo.h
llvm/trunk/lib/Target/ARM/ARMConstantIslandPass.cpp
llvm/trunk/lib/Target/ARM/CMakeLists.txt
|