diff options
author | Derek Schuff <dschuff@google.com> | 2015-12-05 00:26:39 +0000 |
---|---|---|
committer | Derek Schuff <dschuff@google.com> | 2015-12-05 00:26:39 +0000 |
commit | 9d77952332fcbfadcb407119e09a3609cd23ac7d (patch) | |
tree | e34679f639193438ff7bfc5560fb1d55f6bbb412 /llvm/test/CodeGen/WebAssembly/cfg-stackify.ll | |
parent | 46089867de14228205009bd4991fad0e8529ecc9 (diff) | |
download | bcm5719-llvm-9d77952332fcbfadcb407119e09a3609cd23ac7d.tar.gz bcm5719-llvm-9d77952332fcbfadcb407119e09a3609cd23ac7d.zip |
[WebAssembly] Support constant offsets on loads and stores
This is just prototype for load/store for i32 types. I'll add them to
the rest of the types if we like this direction.
Differential Revision: http://reviews.llvm.org/D15197
llvm-svn: 254807
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/cfg-stackify.ll')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/cfg-stackify.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll b/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll index 4a53f6e4bb9..b8ac48bf49d 100644 --- a/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll +++ b/llvm/test/CodeGen/WebAssembly/cfg-stackify.ll @@ -184,7 +184,7 @@ entry: ; CHECK-LABEL: minimal_loop: ; CHECK-NOT: br ; CHECK: BB7_1: -; CHECK: i32.store $discard=, $0, $pop{{[0-9]+}}{{$}} +; CHECK: i32.store $discard=, 0($0), $pop{{[0-9]+}}{{$}} ; CHECK: br BB7_1{{$}} ; CHECK: BB7_2: define i32 @minimal_loop(i32* %p) { |