[PATCH] D25062: [x86][inline-asm][AVX512][llvm][PART-2] Introducing "k" and "Yk" constraints for extended inline assembly, enabling use of AVX512 masked vectorized instructions.

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 19 09:21:48 PDT 2016


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

lgtm



================
Comment at: lib/Target/X86/X86ISelLowering.cpp:32315
+    }
+  // Else fall through (handle "Y" constraint).
   case 'v':
----------------
Use LLVM_FALLTHROUGH here to avoid warnings in some compilers.


Repository:
  rL LLVM

https://reviews.llvm.org/D25062





More information about the cfe-commits mailing list