[PATCH] D62807: [SelectionDAG] Add [us]itofp(undef) --> 0 constant fold (PR39205)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 06:01:11 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL362397: [SelectionDAG] Add [us]itofp(undef) --> 0 constant fold (PR39205) (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D62807?vs=202692&id=202701#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62807/new/

https://reviews.llvm.org/D62807

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/test/CodeGen/X86/avx512-cvt-widen.ll
  llvm/trunk/test/CodeGen/X86/avx512-cvt.ll
  llvm/trunk/test/CodeGen/X86/vec_int_to_fp-widen.ll
  llvm/trunk/test/CodeGen/X86/vec_int_to_fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62807.202701.patch
Type: text/x-patch
Size: 27868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/1f0d7f34/attachment.bin>


More information about the llvm-commits mailing list