This option allows the user to specify the use of absolute jumptables instead
of relative jumptables when they are running clang with the option:
-mllvm -ppc-use-absolute-jumptables
Details
Details
- Reviewers
hfinkel stefanp nemanjai power-llvm-team jsji - Group Reviewers
Restricted Project - Commits
- rG9af28400d6ff: [PowerPC] Option for enabling absolute jumptables with command line
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This comment was removed by kamaub.
llvm/test/CodeGen/PowerPC/absol-jump-table-enabled.ll | ||
---|---|---|
4 | ; NOTE: table works correctly. |
Please add a brief note at the top stating what you are testing here.