[PATCH] D14327: Add llvm.ldexp.* intrinsic, associated SDNode and library calls
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 13:49:28 PST 2016
arsenm added inline comments.
================
Comment at: test/CodeGen/X86/ldexp.ll:3
@@ +2,3 @@
+; RUN: llc < %s -mtriple=i386-pc-win32 | FileCheck %s -check-prefix=CHECK-WIN
+
+; CHECK-LABEL: ldexp_f32:
----------------
Vector tests here are probably a good idea as well
http://reviews.llvm.org/D14327
More information about the llvm-commits
mailing list