[PATCH] D48085: [DAGCombiner] restrict (float)((int) f) --> ftrunc with no-signed-zeros

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 27 11:21:22 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL335761: [DAGCombiner] restrict (float)((int) f) --> ftrunc with no-signed-zeros (authored by spatel, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D48085?vs=151965&id=153137#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D48085

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/AArch64/ftrunc.ll
  llvm/trunk/test/CodeGen/PowerPC/fp-int128-fp-combine.ll
  llvm/trunk/test/CodeGen/PowerPC/fp-to-int-to-fp.ll
  llvm/trunk/test/CodeGen/PowerPC/ftrunc-vec.ll
  llvm/trunk/test/CodeGen/PowerPC/no-extra-fp-conv-ldst.ll
  llvm/trunk/test/CodeGen/X86/2011-10-19-widen_vselect.ll
  llvm/trunk/test/CodeGen/X86/avx-cvttp2si.ll
  llvm/trunk/test/CodeGen/X86/ftrunc.ll
  llvm/trunk/test/CodeGen/X86/sse-cvttp2si.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48085.153137.patch
Type: text/x-patch
Size: 15918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180627/f5360f21/attachment.bin>


More information about the llvm-commits mailing list