summaryrefslogtreecommitdiff
path: root/test/lit/passes/memory64-lowering-features.wast
blob: 4c5c1c20791ecb50351c53292240b0f31550a335 (plain)
1
2
3
4
5
6
7
8
9
;; RUN: wasm-opt %s --enable-memory64 --print-features --print --memory64-lowering --print-features | filecheck %s

;; Check that the --memory64-lowering pass disables the signext feature.

;; CHECK: --enable-memory64
;; CHECK: (module
;; CHECK-NOT: --enable-memory64

(module)