The llvm flag "-hexagon-emit-lookup-tables" guards the generation
of lookup table generated from a switch statement.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D34819
[Hexagon] Guard the generation of lookup table ClosedPublic Authored by sgundapa on Jun 29 2017, 10:25 AM.
Details Summary The llvm flag "-hexagon-emit-lookup-tables" guards the generation
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 29 2017, 12:30 PM Closed by commit rL306869: [Hexagon] Guard the generation of lookup table (authored by sgundapa). · Explain WhyJun 30 2017, 1:10 PM This revision was automatically updated to reflect the committed changes. This revision is now accepted and ready to land.Jun 30 2017, 1:14 PM Closed by commit rL306877: [Hexagon] Guard the generation of lookup table (authored by sgundapa). · Explain WhyJun 30 2017, 1:54 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 104927 llvm/trunk/lib/Target/Hexagon/HexagonTargetTransformInfo.h
llvm/trunk/lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
llvm/trunk/test/Transforms/SimplifyCFG/Hexagon/lit.local.cfg
llvm/trunk/test/Transforms/SimplifyCFG/Hexagon/switch-to-lookup-table.ll
|