[llvm] r274837 - [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:14:00 PDT 2016


Author: pgode
Date: Fri Jul  8 06:13:59 2016
New Revision: 274837

URL: http://llvm.org/viewvc/llvm-project?rev=274837&view=rev
Log:
[AArch64] Macro fusion of simple ALU ops with branches for Broadcom's Vulcan

Support for the macro fusion of simple ALU ops with branches for the Vulcan sub-target.

Patch by Meador Inge <meadori at gmail.com>

Differential Revision: http://reviews.llvm.org/D22042


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

Modified: llvm/trunk/lib/Target/AArch64/AArch64.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64.td?rev=274837&r1=274836&r2=274837&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64.td (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64.td Fri Jul  8 06:13:59 2016
@@ -245,6 +245,7 @@ def ProcVulcan  : SubtargetFeature<"vulc
                                    FeatureCRC,
                                    FeatureCrypto,
                                    FeatureFPARMv8,
+                                   FeatureMacroOpFusion,
                                    FeatureNEON,
                                    FeaturePostRAScheduler,
                                    HasV8_1aOps]>;




More information about the llvm-commits mailing list