This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ab3be33 [AMDGPU] Get address space mapping by target triple environment new c7506ed [AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as not havin [...] new cb5431a [AMDGPU][MC] Fix for Bug 28207 + LIT tests
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: lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 8 ++ lib/Target/AArch64/AArch64InstrInfo.td | 6 +- lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 15 +++ lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 33 ++++++ lib/Target/AMDGPU/SIInstrInfo.td | 2 + lib/Target/AMDGPU/VOP1Instructions.td | 54 +++++++--- lib/Target/AMDGPU/VOPInstructions.td | 8 +- test/CodeGen/AArch64/thread-pointer.ll | 60 +++++++++++ test/MC/AMDGPU/vop3-modifiers.s | 132 +++++++++++++++++++++++- 9 files changed, 298 insertions(+), 20 deletions(-) create mode 100644 test/CodeGen/AArch64/thread-pointer.ll