[all-commits] [llvm/llvm-project] 188d92: [X86] Don't treat mxcsr as a register name when pa...
topperc via All-commits
all-commits at lists.llvm.org
Wed Nov 13 15:26:50 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 188d92b9470de71532ec58060cd75f913fd68e59
https://github.com/llvm/llvm-project/commit/188d92b9470de71532ec58060cd75f913fd68e59
Author: Craig Topper <craig.topper at intel.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
M clang/test/CodeGen/ms-inline-asm.c
M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Log Message:
-----------
[X86] Don't treat mxcsr as a register name when parsing MS inline assembly.
No instruction takes mxcsr as a an operand so we should always
treat it as an identifier name.
More information about the All-commits
mailing list