This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 89feab7412d [X86AsmParser] Refactoring, (almost) NFC. new 6dbfbe1563d [Reassociate] Do not drop debug location if replacement is missing new 67d905be8e9 [LLVM][x86][Inline Asm] support for GCC style inline asm - [...]
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/X86/X86ISelLowering.cpp | 64 ++++++++++++++++--- lib/Transforms/Scalar/Reassociate.cpp | 3 +- test/MC/X86/x86-GCC-inline-asm-Y-constraints.ll | 83 +++++++++++++++++++++++++ test/Transforms/Reassociate/keep-debug-loc.ll | 48 ++++++++++++++ 4 files changed, 188 insertions(+), 10 deletions(-) create mode 100644 test/MC/X86/x86-GCC-inline-asm-Y-constraints.ll create mode 100644 test/Transforms/Reassociate/keep-debug-loc.ll