Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[Hexagon] Optimize post-increment load and stores in loops. (… #83151

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

sgundapa
Copy link
Contributor

#82418)"

This reverts commit d62ca8d.

Copy link

⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️

You can test this locally with the following command:
git-clang-format --diff ed35ad18ae7b5e61c24b63c22028ee0d1ba10e19 3061bd671e5f1014b456e5b3dbd688d3b4428784 -- llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp llvm/lib/Target/Hexagon/HexagonInstrInfo.h llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp llvm/lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h
View the diff from clang-format here.
diff --git a/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp b/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
index 7d77286339..52dbb5af57 100644
--- a/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
+++ b/llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp
@@ -166,7 +166,7 @@ namespace llvm {
   void initializeHexagonLoopIdiomRecognizeLegacyPassPass(PassRegistry &);
   void initializeHexagonNewValueJumpPass(PassRegistry&);
   void initializeHexagonOptAddrModePass(PassRegistry&);
-  void initializeHexagonPacketizerPass(PassRegistry&);
+  void initializeHexagonPacketizerPass(PassRegistry &);
   void initializeHexagonRDFOptPass(PassRegistry&);
   void initializeHexagonSplitDoubleRegsPass(PassRegistry&);
   void initializeHexagonTfrCleanupPass(PassRegistry &);

@sgundapa
Copy link
Contributor Author

Windows bot failed not related to this change. Merging this.

@sgundapa sgundapa merged commit f44c3fa into llvm:main Feb 27, 2024
5 of 7 checks passed
@sgundapa sgundapa deleted the revert branch February 29, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants