[llvm] 4fa1e8f - [gold] Fix test after pipeline change

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 03:25:29 PST 2024


Author: Nikita Popov
Date: 2024-11-07T12:25:20+01:00
New Revision: 4fa1e8f970235918da8e7c467cdcd227c2f87536

URL: https://github.com/llvm/llvm-project/commit/4fa1e8f970235918da8e7c467cdcd227c2f87536
DIFF: https://github.com/llvm/llvm-project/commit/4fa1e8f970235918da8e7c467cdcd227c2f87536.diff

LOG: [gold] Fix test after pipeline change

After fbd89bcc6647ed611e579d8f9c38c97b8e6f7936 we're not running
FunctionAttrs at O1, so adjust the test expectation accordingly.

Added: 
    

Modified: 
    llvm/test/tools/gold/X86/opt-level.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/gold/X86/opt-level.ll b/llvm/test/tools/gold/X86/opt-level.ll
index 65304c03f7048b..1ec2ea5e660906 100644
--- a/llvm/test/tools/gold/X86/opt-level.ll
+++ b/llvm/test/tools/gold/X86/opt-level.ll
@@ -24,7 +24,7 @@ define internal void @foo() {
 }
 
 ; CHECK-O0: define internal i32 @bar(
-; CHECK-O1: define internal noundef i32 @bar(
+; CHECK-O1: define internal i32 @bar(
 define internal i32 @bar(i1 %p) {
   br i1 %p, label %t, label %f
 


        


More information about the llvm-commits mailing list