See bug 37566: https://bugs.llvm.org/show_bug.cgi?id=37566
Also enabled expressions for VSrcF32.
Paths
| Differential D47884
[AMDGPU][MC] Enabled parsing of relocations on VALU instructions ClosedPublic Authored by dp on Jun 7 2018, 8:22 AM.
Details Summary See bug 37566: https://bugs.llvm.org/show_bug.cgi?id=37566 Also enabled expressions for VSrcF32.
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 3 others. · View Herald TranscriptJun 7 2018, 8:22 AM Comment Actions
I do not think relocations will ever be used with f32 operands, so I added a generic check for expressions: v_mul_f32 v0, foo+2, v2 Is this sufficient? This revision is now accepted and ready to land.Jun 7 2018, 10:15 AM Closed by commit rL334622: [AMDGPU][MC] Enabled parsing of relocations on VALU instructions (authored by dpreobra). · Explain WhyJun 13 2018, 10:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 151191 llvm/trunk/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/trunk/test/MC/AMDGPU/expressions.s
llvm/trunk/test/MC/AMDGPU/reloc.s
|