[PATCH] D44548: [DAGCombiner] Expand combining of FP logical operations to sign-setting FP operations
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 4 17:28:23 PDT 2018
nemanjai updated this revision to Diff 168416.
nemanjai added a comment.
Herald added a subscriber: jsji.
Since there seems to be overall agreement that this is the direction we want to go in, here's an update that removes the unsightly dual path for scalars and vectors.
Sorry about the delay in producing this update.
Repository:
rL LLVM
https://reviews.llvm.org/D44548
Files:
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
test/CodeGen/PowerPC/float-logic-ops.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44548.168416.patch
Type: text/x-patch
Size: 10276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181005/a148b613/attachment.bin>
More information about the llvm-commits
mailing list