This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c7c608fe5e6 [GISel]: Add G_FMA opcode for fused multiply adds new e6694043571 [GISel]: NFC. Add comment to G_FMA opcode as requested in rL305824 new f958f31ecfd AMDGPU: Start adding global_* instructions
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Target/GenericOpcodes.td | 1 + lib/Target/AMDGPU/AMDGPU.td | 6 +- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 15 ++++ lib/Target/AMDGPU/FLATInstructions.td | 70 ++++++++++++++++- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 15 ++++ lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 4 + lib/Target/AMDGPU/SIInstrInfo.td | 2 +- test/MC/AMDGPU/flat-global.s | 87 ++++++++++++++++++++++ 8 files changed, 194 insertions(+), 6 deletions(-) create mode 100644 test/MC/AMDGPU/flat-global.s