[PATCH] D22448: [AArch64] Cache line size and PredictableSelectIsExpensive for Vulcan
pankaj gode via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 19 06:46:58 PDT 2016
pgode updated this revision to Diff 64484.
pgode added a comment.
Removed the CacheLineSize (set to 64) for Vulcan, as three other parameters are required for LoopDataPrefetch to be effective.
Will include CacheLineSize & 3 other parameters in another patch, after they are finalized.
https://reviews.llvm.org/D22448
Files:
lib/Target/AArch64/AArch64.td
Index: lib/Target/AArch64/AArch64.td
===================================================================
--- lib/Target/AArch64/AArch64.td
+++ lib/Target/AArch64/AArch64.td
@@ -250,6 +250,7 @@
FeatureMacroOpFusion,
FeatureNEON,
FeaturePostRAScheduler,
+ FeaturePredictableSelectIsExpensive,
HasV8_1aOps]>;
def : ProcessorModel<"generic", NoSchedModel, [
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22448.64484.patch
Type: text/x-patch
Size: 535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160719/26a27d4d/attachment.bin>
More information about the llvm-commits
mailing list