[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
authorChad Rosier <mcrosier@apple.com>
Fri, 19 Oct 2012 20:57:14 +0000 (20:57 +0000)
committerChad Rosier <mcrosier@apple.com>
Fri, 19 Oct 2012 20:57:14 +0000 (20:57 +0000)
commit96d58e64cfe88356f8be4ce622b829fbd9fb5908
treeaa5883e266315318a6b7835bbd46cb0652797d13
parente2b95ebfb031c3defc75417521e89ef289a94171
[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
a memory operand.  Retain this information and then add the sizing directives
to the IR.  This allows the backend to do proper instruction selection.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166316 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCParser/MCParsedAsmOperand.h
lib/MC/MCParser/AsmParser.cpp
lib/Target/X86/AsmParser/X86AsmParser.cpp