From 33e694a8077809dc414145d65a31f73068c85589 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 12 May 2016 04:19:09 +0000 Subject: [WebAssembly] Fast-isel support for calls, arguments, and selects. llvm-svn: 269273 --- llvm/test/CodeGen/WebAssembly/call.ll | 1 + llvm/test/CodeGen/WebAssembly/select.ll | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/test') diff --git a/llvm/test/CodeGen/WebAssembly/call.ll b/llvm/test/CodeGen/WebAssembly/call.ll index 9f0be794798..9e05da03588 100644 --- a/llvm/test/CodeGen/WebAssembly/call.ll +++ b/llvm/test/CodeGen/WebAssembly/call.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 call operations assemble as expected. diff --git a/llvm/test/CodeGen/WebAssembly/select.ll b/llvm/test/CodeGen/WebAssembly/select.ll index e198a0bdf21..6e26da59496 100644 --- a/llvm/test/CodeGen/WebAssembly/select.ll +++ b/llvm/test/CodeGen/WebAssembly/select.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -asm-verbose=false | FileCheck %s -; RUN: llc < %s -asm-verbose=false -fast-isel | FileCheck %s +; RUN: llc < %s -asm-verbose=false -fast-isel -fast-isel-abort=1 | FileCheck %s ; Test that wasm select instruction is selected from LLVM select instruction. -- cgit v1.2.3