This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a2120248857 [SelectionDAG] Remove some code from PromoteIntOp_MGATHER t [...] new 867f48781f0 Revert "AMDGPU: Move isa version and EF_AMDGPU_MACH_* deter [...]
The 1 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/Support/TargetParser.h | 17 +- lib/Support/TargetParser.cpp | 138 +------------ lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 19 +- lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 10 +- lib/Target/AMDGPU/AMDGPUSubtarget.h | 125 +++++------- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 36 ++-- .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 3 +- .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 83 +++++++- .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 6 + lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 4 +- lib/Target/AMDGPU/SIMemoryLegalizer.cpp | 4 +- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 226 +++++++++++++-------- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 149 +++++++------- test/CodeGen/AMDGPU/gfx902-without-xnack.ll | 8 - test/MC/AMDGPU/hsa_isa_version_attrs.s | 2 +- 15 files changed, 405 insertions(+), 425 deletions(-) delete mode 100644 test/CodeGen/AMDGPU/gfx902-without-xnack.ll