[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
Mon Mar 7 00:43:46 PST 2016


delena added inline comments.

================
Comment at: lib/MC/MCParser/AsmParser.cpp:5005
@@ -4988,2 +5004,3 @@
       return true;
+    LastStatementLoc = Lexer.getLoc();
 
----------------
Let's take it to a separate function and remove LastStatementLoc.


Repository:
  rL LLVM

http://reviews.llvm.org/D17767





More information about the llvm-commits mailing list