OSDN Git Service

[inline asm] dot operator while using imm generates wrong ir + asm - llvm part
authorMarina Yatsina <marina.yatsina@intel.com>
Mon, 26 Jun 2017 16:03:42 +0000 (16:03 +0000)
committerMarina Yatsina <marina.yatsina@intel.com>
Mon, 26 Jun 2017 16:03:42 +0000 (16:03 +0000)
commit2db1a71f5973059eebd4246f789af3ab034fcce0
tree9dbdb8693dd9d6e63a525f555eb3d1e5829423d1
parent699f4c431de74c28e66ace05d9e83223993c7a13
[inline asm] dot operator while using imm generates wrong ir + asm - llvm part

Inline asm dot operator while using imm generates wrong ir and asm

This also fixes bugzilla 32987:
https://bugs.llvm.org//show_bug.cgi?id=32987

The clang part of the review that contains the test can be found here:
https://reviews.llvm.org/D33040

commit on behald of zizhar

Differential Revision:
https://reviews.llvm.org/D33039

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306300 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp