diff options
| author | Dan Gohman <dan433584@gmail.com> | 2016-05-11 16:32:42 +0000 |
|---|---|---|
| committer | Dan Gohman <dan433584@gmail.com> | 2016-05-11 16:32:42 +0000 |
| commit | 3a5ce733ce98b0525bc521ef45e540be18cda859 (patch) | |
| tree | f763650738562bcc8dd8f79ce36382ed021da67e /llvm/test/CodeGen | |
| parent | 27fb5227ec1191df23903f15115539796fb17192 (diff) | |
| download | bcm5719-llvm-3a5ce733ce98b0525bc521ef45e540be18cda859.tar.gz bcm5719-llvm-3a5ce733ce98b0525bc521ef45e540be18cda859.zip | |
[WebAssembl] Implement enough of fast-isel to run the comparison tests.
llvm-svn: 269203
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/comparisons_i32.ll | 1 | ||||
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/comparisons_i64.ll | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/comparisons_i32.ll b/llvm/test/CodeGen/WebAssembly/comparisons_i32.ll index db81ef36e27..84b19bdb12d 100644 --- a/llvm/test/CodeGen/WebAssembly/comparisons_i32.ll +++ b/llvm/test/CodeGen/WebAssembly/comparisons_i32.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 32-bit integer comparison operations assemble as expected. diff --git a/llvm/test/CodeGen/WebAssembly/comparisons_i64.ll b/llvm/test/CodeGen/WebAssembly/comparisons_i64.ll index 19e5cf8603b..7d2b1d92a70 100644 --- a/llvm/test/CodeGen/WebAssembly/comparisons_i64.ll +++ b/llvm/test/CodeGen/WebAssembly/comparisons_i64.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 64-bit integer comparison operations assemble as expected. |

