This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a466b36 Codegen: Make chains from trellis-shaped CFGs new 01c2fde [LTO] Add ability to emit assembly to new LTO API new 4e2172c [IR] Accept 'const Type &' in the Type operator<<. NFC. new ffb0b39 [OptDiag] Pass const Values/Types to Argument. NFC. new b7583bb [AArch64] Make am_ldrlit an iPTR - not OtherVT - operand. NFC-ish.
The 4 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: include/llvm/IR/DiagnosticInfo.h | 4 ++-- include/llvm/IR/Type.h | 2 +- include/llvm/LTO/Config.h | 2 ++ lib/IR/DiagnosticInfo.cpp | 4 ++-- lib/LTO/LTO.cpp | 1 + lib/LTO/LTOBackend.cpp | 3 +-- lib/Target/AArch64/AArch64InstrFormats.td | 2 +- test/LTO/Resolution/X86/asm-output.ll | 19 +++++++++++++++++++ tools/llvm-lto2/llvm-lto2.cpp | 3 +++ 9 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 test/LTO/Resolution/X86/asm-output.ll