commit | 1e509dc7d0e67ff6568d351d68f84bdbfe3081e8 | [log] [tgz] |
---|---|---|
author | Coby Tayree <coby.tayree@intel.com> | Tue Mar 21 19:31:55 2017 +0000 |
committer | Coby Tayree <coby.tayree@intel.com> | Tue Mar 21 19:31:55 2017 +0000 |
tree | 08b729a2f18cc597fb7e2e95fb227fe69f79a40f | |
parent | 3a3ac3067921cb7b8adecc8ba6bbd87f5b695466 [diff] |
[X86][MS-compatability][llvm] allow MS TYPE/SIZE/LENGTH operators as a part of a compound expression This patch introduces X86AsmParser with the ability to handle the aforementioned ops within compound "MS" arithmetical expressions. Currently - only supported as a stand alone Operand, e.g.: "TYPE X" now allowed : "4 + TYPE X * 128" Clang side: https://reviews.llvm.org/D31174 Differential Revision: https://reviews.llvm.org/D31173 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298425 91177308-0d34-0410-b5e6-96231b3b80d8