[llvm] [LV][NFC] Tidy up check-prof-info.ll test (PR #143884)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 12 06:00:09 PDT 2025
================
@@ -1,24 +1,44 @@
-; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --filter "br" --filter "^.*:"
; RUN: opt -passes="print<block-freq>,loop-vectorize" -force-vector-width=4 -force-vector-interleave=1 -S < %s | FileCheck %s
; RUN: opt -passes="print<block-freq>,loop-vectorize" -force-vector-width=4 -force-vector-interleave=4 -S < %s | FileCheck %s -check-prefix=CHECK-MASKED
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
- at a = dso_local global [1024 x i32] zeroinitializer, align 16
- at b = dso_local global [1024 x i32] zeroinitializer, align 16
+ at a = global [1024 x i32] zeroinitializer, align 16
+ at b = global [1024 x i32] zeroinitializer, align 16
; Check correctness of profile info for vectorization without epilog.
; Function Attrs: nofree norecurse nounwind uwtable
----------------
fhahn wrote:
```suggestion
```
nit: the function doesn't have any attributes added
https://github.com/llvm/llvm-project/pull/143884
More information about the llvm-commits
mailing list