[all-commits] [llvm/llvm-project] 43abef: [PowerPC][Future] Initial support for PCRel addres...

Victor Huang via All-commits all-commits at lists.llvm.org
Wed Apr 22 08:45:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 43abef06f42d5f9bab4e8363207d5c486705f6b6
      https://github.com/llvm/llvm-project/commit/43abef06f42d5f9bab4e8363207d5c486705f6b6
  Author: Victor Huang <wei.huang at ibm.com>
  Date:   2020-04-22 (Wed, 22 Apr 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    A llvm/test/CodeGen/PowerPC/pcrel-jump-table.ll

  Log Message:
  -----------
  [PowerPC][Future] Initial support for PCRel addressing for jump tables.

Add initial support for PC Relative addressing to get jump table base
address instead of using TOC.

Differential Revision: https://reviews.llvm.org/D75931




More information about the All-commits mailing list