[PATCH] D22448: [AArch64] Cache line size and PredictableSelectIsExpensive for Vulcan

pankaj gode via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 07:37:56 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL275978: [AArch64] PredictableSelectIsExpensive for Vulcan. (authored by pgode).

Changed prior to commit:
  https://reviews.llvm.org/D22448?vs=64484&id=64499#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D22448

Files:
  llvm/trunk/lib/Target/AArch64/AArch64.td

Index: llvm/trunk/lib/Target/AArch64/AArch64.td
===================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64.td
+++ llvm/trunk/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.64499.patch
Type: text/x-patch
Size: 568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160719/b282721d/attachment.bin>


More information about the llvm-commits mailing list