[PATCH] D17767: [ms-inline-asm][AVX512] Add ability to use k registers in MS inline asm + fix bag with curly braces

Elena Demikhovsky via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 6 11:55:35 PST 2016


delena added inline comments.

================
Comment at: lib/MC/MCParser/AsmParser.cpp:4989
@@ +4988,3 @@
+
+    if (Lexer.is(AsmToken::LCurly) || Lexer.is(AsmToken::RCurly)) {
+      // Identify curly brace marking block start/end
----------------
Can this code be moved into parseStatement()?


Repository:
  rL LLVM

http://reviews.llvm.org/D17767





More information about the llvm-commits mailing list