The existing code hard-coded a limit of 20 instructions for duplication
when a block ended with an indirect branch. Extract this as an option.
No functional change intended.
Details
Details
- Reviewers
davidxl
Diff Detail
Diff Detail
Paths
| Differential D24006
TailDuplication: Extract Indirect-Branch block limit as option. NFC ClosedPublic Authored by iteratee on Aug 29 2016, 2:53 PM.
Details
Summary The existing code hard-coded a limit of 20 instructions for duplication
Diff Detail Event TimelineThis revision is now accepted and ready to land.Aug 30 2016, 9:36 AM
Revision Contents
Diff 69618 include/llvm/CodeGen/TailDuplicator.h
lib/CodeGen/TailDuplicator.cpp
|