summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2019-03-30 09:29:57 +0000
committerHeejin Ahn <aheejin@gmail.com>2019-03-30 09:29:57 +0000
commite9fd9073e4905eab7c0784cee804f0704a7020de (patch)
treee25c3374c6697195da62adf7e984f4e512d6c1fe /llvm/test/CodeGen/WebAssembly
parent9681b01c214fc6a8d130e2421bfb1ca1568452e5 (diff)
downloadbcm5719-llvm-e9fd9073e4905eab7c0784cee804f0704a7020de.tar.gz
bcm5719-llvm-e9fd9073e4905eab7c0784cee804f0704a7020de.zip
[WebAssembly] Run ExplicitLocals pass after CFGStackify
Summary: While this does not change any final output, this will greatly simplify ixing unwind destination mismatches in CFGStackify (D48345), because we have to create some new registers there. Reviewers: dschuff Subscribers: sunfish, sbc100, jgravelle-google, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D59652 llvm-svn: 357342
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly')
-rw-r--r--llvm/test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll b/llvm/test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll
index 5a7253493a1..a10b9bfdc71 100644
--- a/llvm/test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll
+++ b/llvm/test/CodeGen/WebAssembly/cfg-stackify-dbg-skip.ll
@@ -7,7 +7,6 @@
; CHECK: body:
; CHECK: BLOCK
; <-- Stackified expression starts
-; CHECK-NEXT: LOCAL_GET_I64
; CHECK-NEXT: I32_WRAP_I64
; CHECK-NEXT: DBG_VALUE
; <-- BLOCK should NOT be placed here!
OpenPOWER on IntegriCloud