[PATCH] D14327: Add llvm.ldexp.* intrinsic, associated SDNode and library calls
Nicolai Hähnle via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 10 15:16:07 PST 2016
nhaehnle updated this revision to Diff 47547.
nhaehnle marked 4 inline comments as done.
nhaehnle added a comment.
Herald added a reviewer: tstellarAMD.
Herald added a subscriber: mzolotukhin.
Rebased on top of current trunk and addressed the various comments.
Since the TargetAction now defaults to Expand (which is actually LibCall
in disguise when available), I have removed several places where targets
redundantly set the action.
http://reviews.llvm.org/D14327
Files:
docs/LangRef.rst
include/llvm/Analysis/TargetLibraryInfo.h
include/llvm/CodeGen/ISDOpcodes.h
include/llvm/CodeGen/RuntimeLibcalls.h
include/llvm/IR/Intrinsics.td
include/llvm/Target/TargetSelectionDAG.td
lib/Analysis/ValueTracking.cpp
lib/Analysis/VectorUtils.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
lib/CodeGen/TargetLoweringBase.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.cpp
lib/Target/AMDGPU/AMDGPUISelLowering.h
lib/Target/AMDGPU/AMDGPUInstrInfo.td
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/AMDGPU/SIInstructions.td
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Transforms/Utils/SimplifyLibCalls.cpp
test/CodeGen/AMDGPU/llvm.ldexp.ll
test/CodeGen/X86/ldexp.ll
test/Transforms/InstCombine/exp2-1.ll
test/Transforms/InstSimplify/floating-point-compare.ll
test/Transforms/SLPVectorizer/X86/intrinsic.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14327.47547.patch
Type: text/x-patch
Size: 45589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160210/107742c4/attachment.bin>
More information about the llvm-commits
mailing list