diff options
| author | Dan Gohman <dan433584@gmail.com> | 2018-01-23 16:55:44 +0000 |
|---|---|---|
| committer | Dan Gohman <dan433584@gmail.com> | 2018-01-23 16:55:44 +0000 |
| commit | f2c1cae5cb3c05277d6d0ccdf8c44a057d73fea9 (patch) | |
| tree | 4a970610e2ec93f7a2ccfc4f90846b5d3fe467c3 /llvm/test/CodeGen/WebAssembly/umulo-i64.ll | |
| parent | eac1c02d2a1ae550c1f53ae16d775b1a839b5a92 (diff) | |
| download | bcm5719-llvm-f2c1cae5cb3c05277d6d0ccdf8c44a057d73fea9.tar.gz bcm5719-llvm-f2c1cae5cb3c05277d6d0ccdf8c44a057d73fea9.zip | |
[WebAssembly] Switch to *-wasm as the default target triple.
This makes wasm32-unknown-unknown-wasm the default, which supports
the .o file writer and the new linking ABI. To enable s2wasm-compatible
output, use the wasm32-unknown-unknown-elf triple.
llvm-svn: 323220
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/umulo-i64.ll')
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/umulo-i64.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/umulo-i64.ll b/llvm/test/CodeGen/WebAssembly/umulo-i64.ll index 75c2d507e4a..6ad3bc390a8 100644 --- a/llvm/test/CodeGen/WebAssembly/umulo-i64.ll +++ b/llvm/test/CodeGen/WebAssembly/umulo-i64.ll @@ -1,7 +1,7 @@ -; RUN: llc < %s -asm-verbose=false | FileCheck %s +; RUN: llc < %s -asm-verbose=false -disable-wasm-explicit-locals | FileCheck %s ; Test that UMULO works correctly on 64-bit operands. target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128" -target triple = "wasm32-unknown-unknown" +target triple = "wasm32-unknown-unknown-wasm" ; CHECK-LABEL: _ZN4core3num21_$LT$impl$u20$u64$GT$15overflowing_mul17h07be88b4cbac028fE: ; CHECK: __multi3 @@ -21,7 +21,7 @@ attributes #0 = { inlinehint } attributes #1 = { nounwind readnone speculatable } ; CHECK-LABEL: wut: -; CHECK: call __multi3@FUNCTION, $2, $0, $pop0, $1, $pop10 +; CHECK: call __multi3@FUNCTION, $2, $0, $pop0, $1, $pop7 ; CHECK: i64.load $0=, 8($2) define i1 @wut(i64, i64) { start: |

