This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 809f654cc8f [X86][SSE] Support combining AND(EXTRACT(SHUF(X)), C) -> EX [...] new eb211af0572 AMDGPU: Add support for isa version note
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: lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 22 +++++++++++----- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 23 +++++++++++++++++ .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 30 +++++++++++++++++++--- .../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 13 +++++++++- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 15 +++++++++++ lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 4 +++ test/CodeGen/AMDGPU/elf-notes.ll | 25 ++++++++++++++++++ test/MC/AMDGPU/isa-version-hsa.s | 14 ++++++++++ test/MC/AMDGPU/isa-version-pal.s | 13 ++++++++++ test/MC/AMDGPU/isa-version-unk.s | 14 ++++++++++ 10 files changed, 163 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/AMDGPU/elf-notes.ll create mode 100644 test/MC/AMDGPU/isa-version-hsa.s create mode 100644 test/MC/AMDGPU/isa-version-pal.s create mode 100644 test/MC/AMDGPU/isa-version-unk.s