| commit | 2e64438ae403441378b4cc8ab08ecc67d399766b | [log] [tgz] |
|---|---|---|
| author | Dan Gohman <dan433584@gmail.com> | Tue May 10 17:39:48 2016 +0000 |
| committer | Dan Gohman <dan433584@gmail.com> | Tue May 10 17:39:48 2016 +0000 |
| tree | b34cb346d2a9edcfad9cc40f29a818456c6b2c0b | |
| parent | 0f522a590377f56052a14aa2b1f3c3bc8af3a5fe [diff] [blame] |
[WebAssembly] Preliminary fast-isel support. llvm-svn: 269083
diff --git a/llvm/test/CodeGen/WebAssembly/store.ll b/llvm/test/CodeGen/WebAssembly/store.ll index dc93ebb..a8c0332 100644 --- a/llvm/test/CodeGen/WebAssembly/store.ll +++ b/llvm/test/CodeGen/WebAssembly/store.ll
@@ -1,4 +1,5 @@ ; RUN: llc < %s -asm-verbose=false | FileCheck %s +; RUN: llc < %s -asm-verbose=false -fast-isel -fast-isel-abort=1 | FileCheck %s ; Test that basic stores are assembled properly.