summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2017-02-24 21:05:35 +0000
committerDan Gohman <dan433584@gmail.com>2017-02-24 21:05:35 +0000
commit3d2ef31552865d023ba76ab238d4c0b8348bd969 (patch)
treecb8db7f18d6f90b31f72115ff4c798d4a72fe405 /test/CodeGen/WebAssembly
parent8ff565073e9ca91cef364976739de8f49fdce6ed (diff)
[WebAssembly] Handle f16 in fast-isel.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296172 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/WebAssembly')
-rw-r--r--test/CodeGen/WebAssembly/f16.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/WebAssembly/f16.ll b/test/CodeGen/WebAssembly/f16.ll
index c5198152ebd..6915f93e9b9 100644
--- a/test/CodeGen/WebAssembly/f16.ll
+++ b/test/CodeGen/WebAssembly/f16.ll
@@ -1,4 +1,5 @@
; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt | FileCheck %s
+; RUN: llc < %s -asm-verbose=false -disable-wasm-fallthrough-return-opt -fast-isel | FileCheck %s
; Test that f16 is expanded.