]> granicus.if.org Git - clang/commit
[inline asm] dot operator while using imm generates wrong ir + asm - clang part
authorMarina Yatsina <marina.yatsina@intel.com>
Mon, 26 Jun 2017 16:09:55 +0000 (16:09 +0000)
committerMarina Yatsina <marina.yatsina@intel.com>
Mon, 26 Jun 2017 16:09:55 +0000 (16:09 +0000)
commit042612410244160e40f3cfd952500e2f8cffa31d
tree24e6e9a96b348a382ed68fecd5a5da9d4d91ded9
parent0adbf0f7a59c7f701fb1aca07d0a57b317374b88
[inline asm] dot operator while using imm generates wrong ir + asm - clang part

Inline asm dot operator while using imm generates wrong ir and asm
This is the test for the llvm changes committed in revision 306300

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

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

commit on behald of zizhar

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@306301 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/ms-inline-asm.c