This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9ee375b Revert "Re-apply "[GVNHoist] Move GVNHoist to function simpli [...] new 23bacbc [AMDGPU][MC] Fix for Bug 30829 + LIT tests new fab9b0e Use APInt::getHighBitsSet instead of APInt::getBitsSet for up [...]
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 132 +++++++++++ lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 19 ++ lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 4 + lib/Target/AMDGPU/VOP1Instructions.td | 2 + lib/Target/AMDGPU/VOP2Instructions.td | 2 + lib/Target/AMDGPU/VOPCInstructions.td | 2 + lib/Target/AMDGPU/VOPInstructions.td | 2 + lib/Target/X86/X86ISelLowering.cpp | 2 +- test/MC/AMDGPU/vop-err.s | 290 ++++++++++++++++++++++++ test/MC/AMDGPU/vop3p-err.s | 7 + 10 files changed, 461 insertions(+), 1 deletion(-) create mode 100644 test/MC/AMDGPU/vop-err.s