summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/ms-inline-asm-enums.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ↵Coby Tayree2017-09-291-0/+55
| | | | | | | | | | | immediate expressions Allow the proper recognition of Enum values and global variables inside ms inline-asm memory / immediate expressions, as they require some additional overhead and treated incorrect if doesn't early recognized. supersedes D33278, D35774 Differential Revision: https://reviews.llvm.org/D37413 llvm-svn: 314494
* revert rL314300Coby Tayree2017-09-271-54/+0
| | | | | | accidently added only tests w/o the respective changes.. llvm-svn: 314302
* [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / ↵Coby Tayree2017-09-271-0/+54
immediate expressions Allow the proper recognition of Enum values and global variables inside ms inline-asm memory / immediate expressions, as they require some additional overhead and treated incorrect if doesn't early recognized. supersedes D33277, D35775 Corrsponds with D37412, D37413 llvm-svn: 314300
OpenPOWER on IntegriCloud