Skip to content

Conversation

ptomsich
Copy link
Contributor

@ptomsich ptomsich commented Feb 14, 2024

One of the whitespace fixes didn't get added to the commit introducing the Ampere1B model.
Clean it up.

@llvmbot
Copy link
Member

llvmbot commented Feb 14, 2024

@llvm/pr-subscribers-backend-aarch64

Author: Philipp Tomsich (ptomsich)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/81744.diff

1 Files Affected:

  • (modified) llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td (+1-1)
diff --git a/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td b/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
index 7e041dbd2abaea..613db353cb0aaa 100644
--- a/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
+++ b/llvm/lib/Target/AArch64/AArch64SchedNeoverseV1.td
@@ -29,7 +29,7 @@ def NeoverseV1Model : SchedMachineModel {
   list<Predicate> UnsupportedFeatures = !listconcat(SVE2Unsupported.F,
                                                     SMEUnsupported.F,
                                                     [HasMTE, HasCPA,
-						    HasCSSC]);
+                                                    HasCSSC]);
 }
 
 //===----------------------------------------------------------------------===//

@ptomsich ptomsich merged commit 3369e34 into llvm:main Feb 15, 2024
llvmbot pushed a commit to llvmbot/llvm-project that referenced this pull request Feb 15, 2024
One of the whitespace fixes didn't get added to the commit introducing
the Ampere1B model.
Clean it up.

(cherry picked from commit 3369e34)
llvmbot pushed a commit to llvmbot/llvm-project that referenced this pull request Feb 27, 2024
One of the whitespace fixes didn't get added to the commit introducing
the Ampere1B model.
Clean it up.

(cherry picked from commit 3369e34)
@pointhex pointhex mentioned this pull request May 7, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants