diff options
author | Dan Gohman <dan433584@gmail.com> | 2017-02-24 21:05:35 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2017-02-24 21:05:35 +0000 |
commit | 6999c4fd2861eb3e236e0b1d6e099025eafdd614 (patch) | |
tree | 727f5e831073bf8fc8a71d9579987550bf4d6d75 /llvm/test/CodeGen/WebAssembly | |
parent | 0760360dcc1506e73d1e798ab101acf9ff290508 (diff) | |
download | bcm5719-llvm-6999c4fd2861eb3e236e0b1d6e099025eafdd614.tar.gz bcm5719-llvm-6999c4fd2861eb3e236e0b1d6e099025eafdd614.zip |
[WebAssembly] Handle f16 in fast-isel.
llvm-svn: 296172
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/f16.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/f16.ll b/llvm/test/CodeGen/WebAssembly/f16.ll index c5198152ebd..6915f93e9b9 100644 --- a/llvm/test/CodeGen/WebAssembly/f16.ll +++ b/llvm/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. |