[llvm] 4554eac - Update call-long1.ll

via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 09:55:44 PDT 2023


Author: Sundeep
Date: 2023-10-23T11:55:42-05:00
New Revision: 4554eac5d4fd7c7a02f947767fc25bd27f004106

URL: https://github.com/llvm/llvm-project/commit/4554eac5d4fd7c7a02f947767fc25bd27f004106
DIFF: https://github.com/llvm/llvm-project/commit/4554eac5d4fd7c7a02f947767fc25bd27f004106.diff

LOG: Update call-long1.ll

[llvm][test][Hexagon] NFC: test commit

Added: 
    

Modified: 
    llvm/test/CodeGen/Hexagon/call-long1.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Hexagon/call-long1.ll b/llvm/test/CodeGen/Hexagon/call-long1.ll
index 9e4794f93308017..4b25895753278c5 100644
--- a/llvm/test/CodeGen/Hexagon/call-long1.ll
+++ b/llvm/test/CodeGen/Hexagon/call-long1.ll
@@ -1,6 +1,7 @@
 ; RUN: llc -march=hexagon -spill-func-threshold-Os=0 -spill-func-threshold=0  < %s | FileCheck %s
 
 ; Check that the long-calls feature handles save and restore.
+; This is a test commit.
 ; CHECK: call ##__save
 ; CHECK: jump ##__restore
 


        


More information about the llvm-commits mailing list