Skip to content

Conversation

ilovepi
Copy link
Contributor

@ilovepi ilovepi commented Apr 25, 2024

No description provided.

ilovepi added 2 commits April 25, 2024 23:08
Created using spr 1.3.4
@llvmbot
Copy link
Member

llvmbot commented Apr 25, 2024

@llvm/pr-subscribers-pgo
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-llvm-ir

@llvm/pr-subscribers-llvm-transforms

Author: Paul Kirth (ilovepi)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/90145.diff

1 Files Affected:

  • (modified) llvm/lib/Transforms/Utils/MisExpect.cpp (+2-1)
diff --git a/llvm/lib/Transforms/Utils/MisExpect.cpp b/llvm/lib/Transforms/Utils/MisExpect.cpp
index 6f5a25a26821b6..759289384ee06d 100644
--- a/llvm/lib/Transforms/Utils/MisExpect.cpp
+++ b/llvm/lib/Transforms/Utils/MisExpect.cpp
@@ -59,9 +59,10 @@ static cl::opt<bool> PGOWarnMisExpect(
     cl::desc("Use this option to turn on/off "
              "warnings about incorrect usage of llvm.expect intrinsics."));
 
+// Command line option for setting the diagnostic tolerance threshold
 static cl::opt<uint32_t> MisExpectTolerance(
     "misexpect-tolerance", cl::init(0),
-    cl::desc("Prevents emiting diagnostics when profile counts are "
+    cl::desc("Prevents emitting diagnostics when profile counts are "
              "within N% of the threshold.."));
 
 } // namespace llvm

@ilovepi ilovepi changed the base branch from users/ilovepi/spr/main.llvmnfc-document-clopt-variable-and-fix-typo-1 to main April 25, 2024 23:26
@ilovepi ilovepi changed the base branch from main to users/ilovepi/spr/main.llvmnfc-document-clopt-variable-and-fix-typo-1 April 25, 2024 23:27
ilovepi added 2 commits April 29, 2024 18:27
Created using spr 1.3.4

[skip ci]
Created using spr 1.3.4
@ilovepi ilovepi changed the base branch from users/ilovepi/spr/main.llvmnfc-document-clopt-variable-and-fix-typo-1 to main April 30, 2024 20:53
@ilovepi ilovepi changed the base branch from main to users/ilovepi/spr/llvmprofdatanfc-support-64-bit-weights-in-profdatautils April 30, 2024 21:03
Base automatically changed from users/ilovepi/spr/llvmprofdatanfc-support-64-bit-weights-in-profdatautils to main April 30, 2024 21:06
ilovepi added 2 commits April 30, 2024 21:13
Created using spr 1.3.4

[skip ci]
Created using spr 1.3.4
@llvmbot llvmbot added clang Clang issues not falling into any other category vectorizers PGO Profile Guided Optimizations labels Apr 30, 2024
@ilovepi ilovepi closed this Apr 30, 2024
@Endilll Endilll removed request for a team, Endilll and yinying-lisa-li May 1, 2024 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang Clang issues not falling into any other category llvm:ir llvm:transforms PGO Profile Guided Optimizations vectorizers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants