This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 86c47581d65 CorrelatedValuePropagation: Rename a variable for consistency new 052412f4f5d LTO: Mark undefined module asm symbols as used. new 559cd481444 [AMDGPU][MC] Added arg checks for vmcnt, expcnt, lgkmcnt helpers
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/LTO/LTO.cpp | 3 +- lib/LTO/LTOBackend.cpp | 18 ------ lib/Object/IRSymtab.cpp | 3 + lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 64 ++++++++++++++++------ .../X86/Inputs/{alias-1.ll => mod-asm-used.ll} | 2 +- test/LTO/Resolution/X86/mod-asm-used.ll | 10 ++++ test/MC/AMDGPU/sopp-err.s | 18 ++++++ test/MC/AMDGPU/sopp.s | 38 +++++++++++++ test/tools/gold/X86/asm_undefined2.ll | 4 +- 9 files changed, 122 insertions(+), 38 deletions(-) copy test/LTO/Resolution/X86/Inputs/{alias-1.ll => mod-asm-used.ll} (78%) create mode 100644 test/LTO/Resolution/X86/mod-asm-used.ll