[PATCH] D12969: Don't raise inexact when lowering ceil, floor, round, trunc

Steve Canon via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 10:24:38 PDT 2015


scanon updated this revision to Diff 35276.
scanon added a comment.

Removed AArch64DAGToDAGISel::SelectFPConvertWithRound() and SelectLIBM() in favor of TD patterns.


http://reviews.llvm.org/D12969

Files:
  lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  lib/Target/AArch64/AArch64InstrInfo.td
  lib/Target/X86/X86InstrSSE.td
  test/CodeGen/AArch64/arm64-rounding.ll
  test/CodeGen/AArch64/round-conv.ll
  test/CodeGen/X86/avx-cvt.ll
  test/CodeGen/X86/floor-soft-float.ll
  test/CodeGen/X86/rounding-ops.ll
  test/CodeGen/X86/stack-folding-fp-avx1.ll
  test/CodeGen/X86/stack-folding-fp-sse42.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12969.35276.patch
Type: text/x-patch
Size: 45218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150921/e477cf2a/attachment.bin>


More information about the llvm-commits mailing list