[PATCH] D59652: [WebAssembly] Run ExplicitLocals pass after CFGStackify

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 21 10:03:32 PDT 2019


aheejin marked an inline comment as done.
aheejin added inline comments.


================
Comment at: test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll:10
 ;                       <-- Stackified expression starts
-; CHECK-NEXT: LOCAL_GET_I64
 ; CHECK-NEXT: I32_WRAP_I64
----------------
This does not mean this patch changes the final output. The reason for the change is this test stops after CFGStackify and now we run ExplicitLocals after CFGStackify.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59652





More information about the llvm-commits mailing list