[PATCH] D57620: Optimize printf calls that don't use 128-bit floating-point values
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 5 05:10:20 PST 2019
sbc100 added inline comments.
================
Comment at: test/Transforms/InstCombine/fprintf-1.ll:5
; RUN: opt < %s -mtriple xcore-xmos-elf -instcombine -S | FileCheck %s -check-prefix=CHECK-IPRINTF
+; RUN: opt < %s -mtriple wasm32-unknown-wasi -instcombine -S | FileCheck %s -check-prefix=CHECK-SMALL-PRINTF
----------------
Do we need signal that this test now requires the webassembly target?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57620/new/
https://reviews.llvm.org/D57620
More information about the llvm-commits
mailing list