[PATCH] D31085: [InlineCost] Increase the cost of Switch
Jun Bum Lim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 13:17:29 PDT 2017
junbuml updated this revision to Diff 94880.
junbuml added a comment.
Addressed Haicheng's comments and added a flag as Chandler asked. With this update, I kicked off performance tests for the llvm test suite, spec2000, spec2006 in aarch64, but I will be able to share organized data early next as I will be out of office rest of the week. Please let me know any comment.
https://reviews.llvm.org/D31085
Files:
include/llvm/Analysis/TargetTransformInfo.h
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/CodeGen/SwitchCaseCluster.h
lib/Analysis/InlineCost.cpp
lib/Analysis/TargetTransformInfo.cpp
lib/CodeGen/SelectionDAG/SwitchCaseCluster.cpp
test/Transforms/Inline/AArch64/switch.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31085.94880.patch
Type: text/x-patch
Size: 15288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170411/56d1057e/attachment.bin>
More information about the llvm-commits
mailing list