[llvm] 7634e79 - [GVNHoist][NFC] Remove --check-globals in test file

via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 21:52:36 PDT 2023


Author: luxufan
Date: 2023-04-12T12:50:46+08:00
New Revision: 7634e79cdac4fd1e109898b24cdadc7f28065ad6

URL: https://github.com/llvm/llvm-project/commit/7634e79cdac4fd1e109898b24cdadc7f28065ad6
DIFF: https://github.com/llvm/llvm-project/commit/7634e79cdac4fd1e109898b24cdadc7f28065ad6.diff

LOG: [GVNHoist][NFC] Remove --check-globals in test file

Added: 
    

Modified: 
    llvm/test/Transforms/GVNHoist/pr30216.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/GVNHoist/pr30216.ll b/llvm/test/Transforms/GVNHoist/pr30216.ll
index 737b9f175dab..fbd443f141dc 100644
--- a/llvm/test/Transforms/GVNHoist/pr30216.ll
+++ b/llvm/test/Transforms/GVNHoist/pr30216.ll
@@ -1,4 +1,4 @@
-; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals --version 2
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
 ; RUN: opt -S -passes=gvn-hoist < %s | FileCheck %s
 
 ; Make sure the two stores @B do not get hoisted past the load @B.


        


More information about the llvm-commits mailing list