This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ca29f6a30b2 [InstCombine] enhance vector demanded elements to look at a [...] new b479681381b AMDGPU: Move isa version and EF_AMDGPU_MACH_* determination [...]
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, 425 insertions(+), 405 deletions(-) create mode 100644 test/CodeGen/AMDGPU/gfx902-without-xnack.ll