[PATCH] D47026: [DAG] fold FP binops with undef operands to NaN

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 18 06:59:15 PDT 2018


spatel updated this revision to Diff 147499.
spatel added a comment.

Patch updated: 
Removed NVPTX test since it's no longer testing the implicit def scenario that it was trying to check.


https://reviews.llvm.org/D47026

Files:
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  test/CodeGen/AArch64/fcvt_combine.ll
  test/CodeGen/AMDGPU/mad-mix-lo.ll
  test/CodeGen/NVPTX/implicit-def.ll
  test/CodeGen/X86/fp-undef.ll
  test/CodeGen/X86/pr23103.ll
  test/CodeGen/X86/vector-reduce-fadd.ll
  test/CodeGen/X86/vector-reduce-fmul.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47026.147499.patch
Type: text/x-patch
Size: 54860 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180518/5ae94c98/attachment-0001.bin>


More information about the llvm-commits mailing list