[PATCH] D22042: [AArch64] Macro fusion of simple ALU ops with branches for Broadcom's Vulcan
pankaj gode via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 04:21:19 PDT 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL274837: [AArch64] Macro fusion of simple ALU ops with branches for Broadcom's Vulcan (authored by pgode).
Changed prior to commit:
http://reviews.llvm.org/D22042?vs=63193&id=63198#toc
Repository:
rL LLVM
http://reviews.llvm.org/D22042
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
@@ -245,6 +245,7 @@
FeatureCRC,
FeatureCrypto,
FeatureFPARMv8,
+ FeatureMacroOpFusion,
FeatureNEON,
FeaturePostRAScheduler,
HasV8_1aOps]>;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22042.63198.patch
Type: text/x-patch
Size: 595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160708/4cc84435/attachment.bin>
More information about the llvm-commits
mailing list