[all-commits] [llvm/llvm-project] ee8811: [BPF] fix indirect call assembly code

yonghong-song via All-commits all-commits at lists.llvm.org
Sun Oct 20 20:20:53 PDT 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ee881197b00186ada844ce0bb6969d6280a51775
      https://github.com/llvm/llvm-project/commit/ee881197b00186ada844ce0bb6969d6280a51775
  Author: Yonghong Song <yhs at fb.com>
  Date:   2019-10-21 (Mon, 21 Oct 2019)

  Changed paths:
    M llvm/lib/Target/BPF/BPFInstrInfo.td
    A llvm/test/CodeGen/BPF/callx.ll

  Log Message:
  -----------
  [BPF] fix indirect call assembly code

Currently, for indirect call, the assembly code printed out as
  callx <imm>
This is not right, it should be
  callx <reg>

Fixed the issue with proper format.

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

llvm-svn: 375386




More information about the All-commits mailing list