[PATCH] D15552: TTI: Allow targets to override getScalarizationOverhead
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 17:49:44 PST 2015
arsenm created this revision.
arsenm added a subscriber: llvm-commits.
Herald added a reviewer: tstellarAMD.
Herald added a subscriber: arsenm.
AMDGPU wants to mostly pretend that vectors don't exist and
there's no cost to scalarizing vectors.
http://reviews.llvm.org/D15552
Files:
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/CodeGen/BasicTTIImpl.h
lib/Target/AArch64/AArch64TargetTransformInfo.h
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
lib/Target/ARM/ARMTargetTransformInfo.h
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.h
test/Analysis/CostModel/AMDGPU/add.ll
test/Analysis/CostModel/AMDGPU/fabs.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15552.42950.patch
Type: text/x-patch
Size: 15193 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151216/1b68678f/attachment.bin>
More information about the llvm-commits
mailing list