[all-commits] [llvm/llvm-project] da47a8: [PGO][test] Specify exact match for check labels (...

Ken Matsui via All-commits all-commits at lists.llvm.org
Tue Feb 18 17:49:56 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da47a80d0398d4b5c680ab31a15f48293c731091
      https://github.com/llvm/llvm-project/commit/da47a80d0398d4b5c680ab31a15f48293c731091
  Author: Ken Matsui <26405363+ken-matsui at users.noreply.github.com>
  Date:   2025-02-18 (Tue, 18 Feb 2025)

  Changed paths:
    M llvm/test/Analysis/ProfileSummary/basic.ll

  Log Message:
  -----------
  [PGO][test] Specify exact match for check labels (#117376)

Some check labels in the basic.ll test are simply f[1-3], which matches
all cases where the function entry is hot, cold, or uncategorized. Since
the actual test results for each label have mixed cases, the current
labels can be considered ambiguous.

This patch specifies exact matches for each label to ensure more precise
validation and to prevent potential regressions in the future.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list