[PATCH] D78951: [mlir][spirv] Enable serialization to SPIR-V binary.

Denis Khalikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 27 12:55:51 PDT 2020


denis13 updated this revision to Diff 260416.
denis13 added a comment.

Rebase on master.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78951/new/

https://reviews.llvm.org/D78951

Files:
  mlir/include/mlir/InitAllTranslations.h


Index: mlir/include/mlir/InitAllTranslations.h
===================================================================
--- mlir/include/mlir/InitAllTranslations.h
+++ mlir/include/mlir/InitAllTranslations.h
@@ -19,6 +19,7 @@
 void registerFromLLVMIRTranslation();
 void registerFromSPIRVTranslation();
 void registerToLLVMIRTranslation();
+void registerFromSPIRVTranslation();
 void registerToSPIRVTranslation();
 void registerToNVVMIRTranslation();
 void registerToROCLDIRTranslation();
@@ -32,6 +33,7 @@
     registerFromLLVMIRTranslation();
     registerFromSPIRVTranslation();
     registerToLLVMIRTranslation();
+    registerFromSPIRVTranslation();
     registerToSPIRVTranslation();
     registerToNVVMIRTranslation();
     registerToROCLDIRTranslation();


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78951.260416.patch
Type: text/x-patch
Size: 758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200427/e5cc8b6b/attachment.bin>


More information about the llvm-commits mailing list