[PATCH] D44325: [WebAssembly] Add EVT::getEVTString() for except_ref type

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 15:31:54 PST 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL327187: [WebAssembly] Add EVT::getEVTString() for except_ref type (authored by aheejin, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D44325

Files:
  llvm/trunk/lib/IR/ValueTypes.cpp


Index: llvm/trunk/lib/IR/ValueTypes.cpp
===================================================================
--- llvm/trunk/lib/IR/ValueTypes.cpp
+++ llvm/trunk/lib/IR/ValueTypes.cpp
@@ -196,6 +196,7 @@
   case MVT::v8f64:   return "v8f64";
   case MVT::Metadata:return "Metadata";
   case MVT::Untyped: return "Untyped";
+  case MVT::ExceptRef: return "ExceptRef";
   }
 }
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44325.137855.patch
Type: text/x-patch
Size: 375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180309/58487731/attachment.bin>


More information about the llvm-commits mailing list