This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 178cf77a735 [WebAssembly] Fix relocation count in wasm binaries with ca [...] new f88c05494ce Print complete DIExpressions in the assembler output DEBUG_ [...] new 0000cef63bb [X86][SSE] Add tests for PR14657 showing current codegen.
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/CodeGen/AsmPrinter/AsmPrinter.cpp | 50 ++--- test/CodeGen/X86/pr14657.ll | 325 +++++++++++++++++++++++++++++++++ test/DebugInfo/COFF/pieces.ll | 24 +-- test/DebugInfo/X86/debug-loc-asan.ll | 4 +- test/DebugInfo/X86/op_deref.ll | 2 +- test/DebugInfo/X86/pieces-4.ll | 4 +- test/DebugInfo/X86/this-stack_value.ll | 2 +- test/DebugInfo/X86/vla.ll | 2 +- 8 files changed, 360 insertions(+), 53 deletions(-) create mode 100644 test/CodeGen/X86/pr14657.ll