[PATCH] D15816: [TTI] Add hook for contextual cast estimates
Matthew Simpson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 7 15:43:08 PST 2016
mssimpso updated this revision to Diff 44277.
mssimpso added a comment.
Addressed James's comments
Thanks again for the review James! I took a shot at updating the patch and also added some responses inline.
http://reviews.llvm.org/D15816
Files:
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/CodeGen/BasicTTIImpl.h
lib/Analysis/TargetTransformInfo.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.cpp
lib/Target/AArch64/AArch64TargetTransformInfo.h
lib/Target/ARM/ARMTargetTransformInfo.cpp
lib/Target/ARM/ARMTargetTransformInfo.h
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
lib/Target/PowerPC/PPCTargetTransformInfo.h
lib/Target/X86/X86TargetTransformInfo.cpp
lib/Target/X86/X86TargetTransformInfo.h
lib/Transforms/Vectorize/SLPVectorizer.cpp
test/Transforms/SLPVectorizer/AArch64/gather-reduce.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15816.44277.patch
Type: text/x-patch
Size: 26695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160107/f102ea6e/attachment.bin>
More information about the llvm-commits
mailing list