[PATCH] D69108: [PowerPC] Clang Option for enabling absolute jumptables with command line

Kamau Bridgeman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 06:31:06 PDT 2019


kamaub created this revision.
kamaub added reviewers: hfinkel, stefanp, nemanjai, power-llvm-team, jsji.
Herald added subscribers: llvm-commits, shchenz, MaskRay, kbarton, hiraditya.
Herald added a project: LLVM.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69108

Files:
  llvm/lib/Target/PowerPC/PPCISelLowering.cpp
  llvm/test/CodeGen/PowerPC/absol-jump-table-enabled.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69108.225419.patch
Type: text/x-patch
Size: 5102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191017/a0159c53/attachment.bin>


More information about the llvm-commits mailing list