[llvm] r283570 - AMDGPU/SI: Emit fixups for long branches
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 17:58:44 PDT 2017
BTW, if I try to print to a .s and run llvm-mc I get
test-master.s:308:28: error: not a valid operand.
s_sub_u32 vcc_lo, vcc_lo, (BB4_3+4)-BB4_1
llvm-mc should really be able to parse the llc output.
Cheers,
Rafael
Matt Arsenault <arsenm2 at gmail.com> writes:
>> On Jun 23, 2017, at 15:32, Rafael Avila de Espindola via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>>
>> Do you have a testcase for this?
>>
>> Cheers,
>> Rafael
>
> test/CodeGen/AMDGPU/branch-relaxation.ll tests this, but doesn’t run the object emission path.
>
> -Matt
More information about the llvm-commits
mailing list