This is for AMD SWDEV-124180
Summary of changes:
- simplified handling of FLAT offset: offset_s13 and offset_u12 have been replaced with flat_offset;
- provided information about error position for pre-gfx9 targets;
- improved errors handling.
Paths
| Differential D64244
[AMDGPU][MC] Corrected parsing of FLAT offset modifier ClosedPublic Authored by dp on Jul 5 2019, 5:38 AM.
Details Summary This is for AMD SWDEV-124180 Summary of changes:
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 5 others. · View Herald TranscriptJul 5 2019, 5:38 AM This revision is now accepted and ready to land.Jul 5 2019, 9:13 AM Closed by commit rL365321: [AMDGPU][MC] Corrected parsing of FLAT offset modifier (authored by dpreobra). · Explain WhyJul 8 2019, 7:27 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 208405 llvm/trunk/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/trunk/lib/Target/AMDGPU/FLATInstructions.td
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h
llvm/trunk/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
llvm/trunk/lib/Target/AMDGPU/SIInstrInfo.td
llvm/trunk/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
llvm/trunk/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
llvm/trunk/test/MC/AMDGPU/flat-gfx10.s
llvm/trunk/test/MC/AMDGPU/flat-gfx9.s
llvm/trunk/test/MC/AMDGPU/flat-global.s
llvm/trunk/test/MC/AMDGPU/flat-scratch-instructions.s
|