diff options
| author | Dan Gohman <dan433584@gmail.com> | 2016-05-10 17:39:48 +0000 |
|---|---|---|
| committer | Dan Gohman <dan433584@gmail.com> | 2016-05-10 17:39:48 +0000 |
| commit | 2e64438ae403441378b4cc8ab08ecc67d399766b (patch) | |
| tree | b34cb346d2a9edcfad9cc40f29a818456c6b2c0b /llvm/test/CodeGen/WebAssembly/load.ll | |
| parent | 0f522a590377f56052a14aa2b1f3c3bc8af3a5fe (diff) | |
| download | bcm5719-llvm-2e64438ae403441378b4cc8ab08ecc67d399766b.tar.gz bcm5719-llvm-2e64438ae403441378b4cc8ab08ecc67d399766b.zip | |
[WebAssembly] Preliminary fast-isel support.
llvm-svn: 269083
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/load.ll')
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/load.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/load.ll b/llvm/test/CodeGen/WebAssembly/load.ll index 243fa9d50ad..776dba36bf0 100644 --- a/llvm/test/CodeGen/WebAssembly/load.ll +++ b/llvm/test/CodeGen/WebAssembly/load.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 loads are assembled properly. |

