[PATCH] D58591: [WebAssembly] Remove unnecessary instructions after TRY marker placement
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 25 13:33:28 PST 2019
dschuff added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyCFGStackify.cpp:847
+ // Remove unnecessary instructions to reduce code size.
+ removeUnnecessaryInstrs(MF);
+
----------------
should this unconditional run still be here?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58591/new/
https://reviews.llvm.org/D58591
More information about the llvm-commits
mailing list