From a4da991e4a4e7aef48c37293b20d74cd58dfc0f4 Mon Sep 17 00:00:00 2001 From: Evandro Menezes Date: Thu, 19 Sep 2019 21:48:22 +0000 Subject: [PATCH] [AArch64] Fix formatting (NFC) llvm-svn: 372357 --- llvm/lib/Target/AArch64/AArch64.td | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/AArch64/AArch64.td b/llvm/lib/Target/AArch64/AArch64.td index c55fc24105f7..6689ee48200e 100644 --- a/llvm/lib/Target/AArch64/AArch64.td +++ b/llvm/lib/Target/AArch64/AArch64.td @@ -120,6 +120,7 @@ def FeatureSVE2BitPerm : SubtargetFeature<"sve2-bitperm", "HasSVE2BitPerm", "tru def FeatureZCRegMove : SubtargetFeature<"zcm", "HasZeroCycleRegMove", "true", "Has zero-cycle register moves">; + def FeatureZCZeroingGP : SubtargetFeature<"zcz-gp", "HasZeroCycleZeroingGP", "true", "Has zero-cycle zeroing instructions for generic registers">;