Skip to content

[NFC][AArch64] fix whitespace in AArch64SchedNeoverseV1#81744

Merged
ptomsich merged 1 commit into
llvm:mainfrom
ptomsich:ptomsich/main/fix-whitepace
Feb 15, 2024
Merged

[NFC][AArch64] fix whitespace in AArch64SchedNeoverseV1#81744
ptomsich merged 1 commit into
llvm:mainfrom
ptomsich:ptomsich/main/fix-whitepace

Conversation

@ptomsich
Copy link
Copy Markdown
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
Copy Markdown
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants