[PATCH] D13442: [AArch64] Fold vector fmul/fdiv by pow2 into floating-point/fixed-point conversions.
Chad Rosier via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 08:26:54 PDT 2015
mcrosier updated this revision to Diff 36749.
mcrosier added a comment.
This should take care of all of your suggested improvements, Tim.
1. Accommodated Tim's request for a generic interface for both ARM and AArch64 to compute const FP splat of power of 2.
2. Allow matching against constant splats with undefs.
Chad
http://reviews.llvm.org/D13442
Files:
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/AArch64/fcvt_combine.ll
test/CodeGen/AArch64/fdiv_combine.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13442.36749.patch
Type: text/x-patch
Size: 19592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151007/18225609/attachment-0001.bin>
More information about the llvm-commits
mailing list