blob: fb067158498f3172287210f24c3509e1cdb53e03 (
plain)
1
2
3
4
5
6
7
8
9
|
;; RUN: wasm-opt %s --enable-sign-ext --print-features --print --signext-lowering --print-features | filecheck %s
;; Check that the --signext-lowering pass disables the signext feature.
;; CHECK: --enable-sign-ext
;; CHECK: (module
;; CHECK-NOT: --enable-sign-ext
(module)
|