diff options
Diffstat (limited to 'test/CodeGen/WebAssembly/offset.ll')
-rw-r--r-- | test/CodeGen/WebAssembly/offset.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/WebAssembly/offset.ll b/test/CodeGen/WebAssembly/offset.ll index 37f08abc9fa84..27c71873302ab 100644 --- a/test/CodeGen/WebAssembly/offset.ll +++ b/test/CodeGen/WebAssembly/offset.ll @@ -1,9 +1,9 @@ -; RUN: llc < %s -asm-verbose=false | FileCheck %s +; RUN: llc < %s -asm-verbose=false -disable-wasm-explicit-locals | FileCheck %s ; Test constant load and store address offsets. target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" -target triple = "wasm32-unknown-unknown" +target triple = "wasm32-unknown-unknown-wasm" ; With an nuw add, we can fold an offset. |