[PATCH] D57480: [WebAssembly] Remove TODO on wasm.extract.exception intrinsic (NFC)
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 30 15:55:12 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL352695: [WebAssembly] Remove TODO on wasm.extract.exception intrinsic (NFC) (authored by aheejin, committed by ).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57480/new/
https://reviews.llvm.org/D57480
Files:
llvm/trunk/include/llvm/IR/IntrinsicsWebAssembly.td
Index: llvm/trunk/include/llvm/IR/IntrinsicsWebAssembly.td
===================================================================
--- llvm/trunk/include/llvm/IR/IntrinsicsWebAssembly.td
+++ llvm/trunk/include/llvm/IR/IntrinsicsWebAssembly.td
@@ -51,8 +51,6 @@
[IntrHasSideEffects]>;
// This is the same as llvm.wasm.get.exception except that it does not take a
// token operand. This is only for instruction selection purpose.
-// TODO Remove this redundant intrinsic and do custom lowering on
-// int_wasm_get_exception instead
def int_wasm_extract_exception : Intrinsic<[llvm_ptr_ty], [],
[IntrHasSideEffects]>;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57480.184396.patch
Type: text/x-patch
Size: 701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190130/a86fed9d/attachment.bin>
More information about the llvm-commits
mailing list