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

Ehsan Akhgari via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 1 07:36:44 PST 2016


ehsan accepted this revision.
ehsan added a comment.
This revision is now accepted and ready to land.

LGTM.


================
Comment at: lib/Parse/ParseStmtAsm.cpp:446
@@ -444,1 +445,3 @@
       SkippedStartOfLine = Tok.isAtStartOfLine();
+      // Don't want to add the closing brac of the whole asm block
+      if (SingleLineMode || BraceNesting > 1) {
----------------
Nit: *brace


Repository:
  rL LLVM

http://reviews.llvm.org/D17766





More information about the llvm-commits mailing list