[X86] [ASM INTEL SYNTAX] fix for incorrect assembler code generation when x86-asm...
authorKonstantin Belochapka <Konstantin.belochapka@sony.com>
Mon, 25 Sep 2017 19:26:48 +0000 (19:26 +0000)
committerKonstantin Belochapka <Konstantin.belochapka@sony.com>
Mon, 25 Sep 2017 19:26:48 +0000 (19:26 +0000)
commit741099bc0f923fdec7175b8033d526bc57689fa0
tree3f9cec211b2e15329c3ca757893ec7eb1b1cec67
parent5bc10ede53000011f43f4943e8307304c77807b1
[X86] [ASM INTEL SYNTAX] fix for incorrect assembler code generation when x86-asm-syntax=intel (PR34617).
Fix for incorrect code generation when x86-asm-syntax=intel.
Differential Revision: https://reviews.llvm.org/D37945

llvm-svn: 314140
llvm/lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp
llvm/test/MC/X86/intel-syntax-var-offset.ll [new file with mode: 0644]