[llvm-branch-commits] [llvm] [IR] Introduce `llvm.experimental.hot()` (PR #84850)

Vitaly Buka via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Mar 12 17:56:04 PDT 2024


https://github.com/vitalybuka updated https://github.com/llvm/llvm-project/pull/84850

>From 679055efe79a97c84c8ef675d7eb450c5df58a51 Mon Sep 17 00:00:00 2001
From: Vitaly Buka <vitalybuka at google.com>
Date: Tue, 12 Mar 2024 12:01:01 -0700
Subject: [PATCH] Update llvm/docs/LangRef.rst

Co-authored-by: Nikita Popov <npopov at redhat.com>
---
 llvm/docs/LangRef.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 36f4c964ee296c..a707ab721a2b2a 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -27656,7 +27656,7 @@ This intrinsic returns true iff it's known that containing basic block is hot in
 profile.
 
 When used with profile based optimization allows to change program behaviour
-deppending on the code hotness.
+depending on the code hotness.
 
 Arguments:
 """"""""""



More information about the llvm-branch-commits mailing list