[all-commits] [llvm/llvm-project] 9af284: [PowerPC] Option for enabling absolute jumptables ...
nemanja-ibm via All-commits
all-commits at lists.llvm.org
Thu Nov 7 17:34:03 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9af28400d6ff59614dad2584f5de03be2e294151
https://github.com/llvm/llvm-project/commit/9af28400d6ff59614dad2584f5de03be2e294151
Author: Nemanja Ivanovic <nemanjai at ca.ibm.com>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
A llvm/test/CodeGen/PowerPC/absol-jump-table-enabled.ll
Log Message:
-----------
[PowerPC] Option for enabling absolute jumptables with command line
This option allows the user to specify the use of absolute jumptables instead
of relative which is the default on most PPC subtargets.
Patch by Kamauu Bridgeman
Differential revision: https://reviews.llvm.org/D69108
More information about the All-commits
mailing list