From a36612a44d7fca41c1dcba8959e3594a9e06b9cf Mon Sep 17 00:00:00 2001 From: RainRat Date: Fri, 14 Jun 2024 09:13:19 -0700 Subject: [PATCH] revert unneeded fixes --- suite/synctools/tablegen/X86/X86.td | 4 ++-- suite/synctools/tablegen/X86/X86_reduce.td | 4 ++-- suite/synctools/tablegen/X86/back/X86.td | 4 ++-- suite/synctools/tablegen/X86/back/X86_reduce.td | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/suite/synctools/tablegen/X86/X86.td b/suite/synctools/tablegen/X86/X86.td index d51d1acccd..63c2dc4da6 100644 --- a/suite/synctools/tablegen/X86/X86.td +++ b/suite/synctools/tablegen/X86/X86.td @@ -315,12 +315,12 @@ def FeatureFastLZCNT : SubtargetFeature< "fast-lzcnt", "HasFastLZCNT", "true", "LZCNT instructions are as fast as most simple integer ops">; -// If the target can efficiently decode NOPs up to 11-bytes in length. +// If the target can efficiently decode NOPs upto 11-bytes in length. def FeatureFast11ByteNOP : SubtargetFeature< "fast-11bytenop", "HasFast11ByteNOP", "true", "Target can quickly decode up to 11 byte NOPs">; -// If the target can efficiently decode NOPs up to 15-bytes in length. +// If the target can efficiently decode NOPs upto 15-bytes in length. def FeatureFast15ByteNOP : SubtargetFeature< "fast-15bytenop", "HasFast15ByteNOP", "true", diff --git a/suite/synctools/tablegen/X86/X86_reduce.td b/suite/synctools/tablegen/X86/X86_reduce.td index c21942edcb..cf2ce68908 100644 --- a/suite/synctools/tablegen/X86/X86_reduce.td +++ b/suite/synctools/tablegen/X86/X86_reduce.td @@ -315,12 +315,12 @@ def FeatureFastLZCNT : SubtargetFeature< "fast-lzcnt", "HasFastLZCNT", "true", "LZCNT instructions are as fast as most simple integer ops">; -// If the target can efficiently decode NOPs up to 11-bytes in length. +// If the target can efficiently decode NOPs upto 11-bytes in length. def FeatureFast11ByteNOP : SubtargetFeature< "fast-11bytenop", "HasFast11ByteNOP", "true", "Target can quickly decode up to 11 byte NOPs">; -// If the target can efficiently decode NOPs up to 15-bytes in length. +// If the target can efficiently decode NOPs upto 15-bytes in length. def FeatureFast15ByteNOP : SubtargetFeature< "fast-15bytenop", "HasFast15ByteNOP", "true", diff --git a/suite/synctools/tablegen/X86/back/X86.td b/suite/synctools/tablegen/X86/back/X86.td index d51d1acccd..63c2dc4da6 100644 --- a/suite/synctools/tablegen/X86/back/X86.td +++ b/suite/synctools/tablegen/X86/back/X86.td @@ -315,12 +315,12 @@ def FeatureFastLZCNT : SubtargetFeature< "fast-lzcnt", "HasFastLZCNT", "true", "LZCNT instructions are as fast as most simple integer ops">; -// If the target can efficiently decode NOPs up to 11-bytes in length. +// If the target can efficiently decode NOPs upto 11-bytes in length. def FeatureFast11ByteNOP : SubtargetFeature< "fast-11bytenop", "HasFast11ByteNOP", "true", "Target can quickly decode up to 11 byte NOPs">; -// If the target can efficiently decode NOPs up to 15-bytes in length. +// If the target can efficiently decode NOPs upto 15-bytes in length. def FeatureFast15ByteNOP : SubtargetFeature< "fast-15bytenop", "HasFast15ByteNOP", "true", diff --git a/suite/synctools/tablegen/X86/back/X86_reduce.td b/suite/synctools/tablegen/X86/back/X86_reduce.td index c21942edcb..cf2ce68908 100644 --- a/suite/synctools/tablegen/X86/back/X86_reduce.td +++ b/suite/synctools/tablegen/X86/back/X86_reduce.td @@ -315,12 +315,12 @@ def FeatureFastLZCNT : SubtargetFeature< "fast-lzcnt", "HasFastLZCNT", "true", "LZCNT instructions are as fast as most simple integer ops">; -// If the target can efficiently decode NOPs up to 11-bytes in length. +// If the target can efficiently decode NOPs upto 11-bytes in length. def FeatureFast11ByteNOP : SubtargetFeature< "fast-11bytenop", "HasFast11ByteNOP", "true", "Target can quickly decode up to 11 byte NOPs">; -// If the target can efficiently decode NOPs up to 15-bytes in length. +// If the target can efficiently decode NOPs upto 15-bytes in length. def FeatureFast15ByteNOP : SubtargetFeature< "fast-15bytenop", "HasFast15ByteNOP", "true",