Files
llvm/test/CodeGen/BPF
Yonghong Song adc79ba5db [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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375386 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-21 03:22:03 +00:00
..
2016-11-20 02:25:00 +00:00
2019-10-21 03:22:03 +00:00
2018-04-03 03:56:37 +00:00
2017-09-18 23:29:36 +00:00
2015-01-24 18:20:52 +00:00
2016-11-20 02:25:00 +00:00