[PATCH] D37616: [X86] PR34149 Suboptimal codegen for fast minnum and maxnum.

Jatin Bhateja via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 02:38:28 PDT 2017


jbhateja created this revision.

Perform DAG combining of FMIN/MAXNUM based on Fast-Math flags which are propagated
from Instruction to SDNode.


https://reviews.llvm.org/D37616

Files:
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/pr34149.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37616.114323.patch
Type: text/x-patch
Size: 5686 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170908/51c47d07/attachment.bin>


More information about the llvm-commits mailing list