[llvm] 6f529aa - [WebAssembly] Remove IIT_EXNREF

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 16:41:11 PDT 2024


Author: Heejin Ahn
Date: 2024-05-28T23:41:03Z
New Revision: 6f529aaf666624c26715aa348955b26a684d1250

URL: https://github.com/llvm/llvm-project/commit/6f529aaf666624c26715aa348955b26a684d1250
DIFF: https://github.com/llvm/llvm-project/commit/6f529aaf666624c26715aa348955b26a684d1250.diff

LOG: [WebAssembly] Remove IIT_EXNREF

This was added in #93586 but caused a compilation warning and is not
used anyway.

Added: 
    

Modified: 
    llvm/include/llvm/IR/Intrinsics.td

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/Intrinsics.td b/llvm/include/llvm/IR/Intrinsics.td
index c3ac53837444e..107442623ab7b 100644
--- a/llvm/include/llvm/IR/Intrinsics.td
+++ b/llvm/include/llvm/IR/Intrinsics.td
@@ -316,7 +316,6 @@ def IIT_PPCF128 : IIT_VT<ppcf128, 52>;
 def IIT_V3 : IIT_Vec<3, 53>;
 def IIT_EXTERNREF : IIT_VT<externref, 54>;
 def IIT_FUNCREF : IIT_VT<funcref, 55>;
-def IIT_EXNREF: IIT_VT<exnref, 56>;
 def IIT_I2 : IIT_Int<2, 57>;
 def IIT_I4 : IIT_Int<4, 58>;
 def IIT_AARCH64_SVCOUNT : IIT_VT<aarch64svcount, 59>;


        


More information about the llvm-commits mailing list