[PATCH] D96863: [WebAssembly] Change catch_all's opcode

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 10:16:49 PST 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7c594bab00ee: [WebAssembly] Change catch_all's opcode (authored by aheejin).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96863

Files:
  llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td


Index: llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
===================================================================
--- llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
+++ llvm/lib/Target/WebAssembly/WebAssemblyInstrControl.td
@@ -153,7 +153,7 @@
                [(set I32:$dst,
                  (WebAssemblycatch (WebAssemblywrapper texternalsym:$tag)))],
                "catch   \t$dst, $tag", "catch   \t$tag", 0x07>;
-defm CATCH_ALL : NRI<(outs), (ins), [], "catch_all", 0x05>;
+defm CATCH_ALL : NRI<(outs), (ins), [], "catch_all", 0x19>;
 }
 
 // Delegating an exception: delegate


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96863.324349.patch
Type: text/x-patch
Size: 609 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210217/16c4ce0b/attachment.bin>


More information about the llvm-commits mailing list