[PATCH] D54614: [WebAssembly] Fix MCNullStreamer support

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 16 09:02:11 PST 2018


sbc100 added inline comments.


================
Comment at: test/CodeGen/WebAssembly/null-streamer.ll:11
+define i32 @f(i8* %p)  {
+  call void @llvm.wasm.throw(i32 0, i8* %p)
+  call void @g()
----------------
Can you simplify this test, drop the trow and remove the exception arguments from llc?


Repository:
  rL LLVM

https://reviews.llvm.org/D54614





More information about the llvm-commits mailing list