This refactoring of ARM machine block size computation creates two utilities functions so that the size computation is available not only in ConstantIslands but in other passes as well (e.g. we would like to use this for code size optimisations in pass machine block placement).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/ARM/ARMComputeBlockSize.cpp | ||
---|---|---|
42–43 ↗ | (On Diff #64936) | Since we're messing up blame history anyway, we'd just as well switch to the preferred LLVM coding style (in this case, functions start with a lower-case letter). |
Comment Actions
Other than that, I think this is reasonable. I don't think you need to upload a corrected version before committing.
Tim.