https://github.com/boomanaiden154 updated https://github.com/llvm/llvm-project/pull/180390
>From 91394219834cd2202eadf6e3c3d2752a6853e7da Mon Sep 17 00:00:00 2001 From: Aiden Grossman <[email protected]> Date: Sun, 8 Feb 2026 05:26:49 +0000 Subject: [PATCH] feedback Created using spr 1.3.7 --- llvm/test/Transforms/PreISelIntrinsicLowering/cond-loop.ll | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/llvm/test/Transforms/PreISelIntrinsicLowering/cond-loop.ll b/llvm/test/Transforms/PreISelIntrinsicLowering/cond-loop.ll index aba93a1f0e0ba..6d7fdd2a9f38e 100644 --- a/llvm/test/Transforms/PreISelIntrinsicLowering/cond-loop.ll +++ b/llvm/test/Transforms/PreISelIntrinsicLowering/cond-loop.ll @@ -1,4 +1,4 @@ -; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals all --version 6 +; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 6 ; REQUIRES: x86-registered-target, mips-registered-target ; RUN: opt -mtriple=x86_64 -passes=pre-isel-intrinsic-lowering -S < %s | FileCheck --check-prefix=X86 %s ; RUN: opt -mtriple=mips64 -passes=pre-isel-intrinsic-lowering -S < %s | FileCheck --check-prefix=MIPS %s @@ -26,10 +26,6 @@ define void @f1(i64 %a, i64 %b) !prof !0 { !0 = !{!"function_entry_count", i64 1000} ;. -; X86: attributes #[[ATTR0:[0-9]+]] = { nounwind } -;. -; MIPS: attributes #[[ATTR0:[0-9]+]] = { nounwind } -;. ; X86: [[PROF0]] = !{!"function_entry_count", i64 1000} ;. ; MIPS: [[PROF0]] = !{!"function_entry_count", i64 1000} _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
