This patch adds a new LLVM flag -hexagon-emit-jt-text which is defaulted to
"false". The value "true" emits the switch generated jump tables in text section.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D34820
[Hexagon] Emit jump tables in text section based on a flag ClosedPublic Authored by sgundapa on Jun 29 2017, 10:35 AM.
Details Summary This patch adds a new LLVM flag -hexagon-emit-jt-text which is defaulted to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 29 2017, 12:29 PM Closed by commit rL306872: [Hexagon] Emit jump tables in text section based on a flag (authored by sgundapa). · Explain WhyJun 30 2017, 1:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 104680 lib/Target/Hexagon/HexagonTargetObjectFile.h
lib/Target/Hexagon/HexagonTargetObjectFile.cpp
test/CodeGen/Hexagon/jt-in-text.ll
|