This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b36f9319d34 [llvm-mca] Updates comment in code, and remove some stale c [...] new 9f2ffce7cdc TableGen: Allow foreach in multiclass to depend on template args new 3bd8feb970a AMDGPU: Turn D16 for MIMG instructions into a regular operand
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/TableGen/Record.h | 16 - lib/TableGen/Record.cpp | 25 - lib/TableGen/TGParser.cpp | 316 ++++++++---- lib/TableGen/TGParser.h | 62 ++- lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 3 +- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 31 +- lib/Target/AMDGPU/BUFInstructions.td | 8 +- .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 16 +- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 5 + lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 2 + lib/Target/AMDGPU/MIMGInstructions.td | 574 ++++++++------------- lib/Target/AMDGPU/SIDefines.h | 4 +- lib/Target/AMDGPU/SIISelLowering.cpp | 11 +- lib/Target/AMDGPU/SIInstrFormats.td | 10 +- lib/Target/AMDGPU/SIInstrInfo.h | 8 - lib/Target/AMDGPU/SIInstrInfo.td | 18 +- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 3 + test/CodeGen/AMDGPU/coalescer-subreg-join.mir | 4 +- test/CodeGen/AMDGPU/memory_clause.mir | 24 +- test/MC/AMDGPU/mimg.s | 17 +- test/TableGen/NestedForeach.td | 9 + test/TableGen/foreach-multiclass.td | 98 +++- 22 files changed, 676 insertions(+), 588 deletions(-)