https://llvm.org/bugs/show_bug.cgi?id=31253
Bug ID: 31253 Summary: [inline asm] TYPE operator support Product: new-bugs Version: unspecified Hardware: All OS: Windows NT Status: NEW Severity: normal Priority: P Component: new bugs Assignee: unassignedb...@nondot.org Reporter: ziv.iz...@intel.com CC: llvm-bugs@lists.llvm.org Classification: Unclassified There is no support for the TYPE operator. The operator defined in here by microsoft: https://msdn.microsoft.com/en-us/library/wxh0awwe.aspx (compile with -fasm-blocks for the microsoft syntax) void main(){ __asm movq mm1, XMMWORD PTR [eax + TYPE int] } clang doesn't know this operator. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs