[llvm] 245f26a - [docs] Document "PGO" (Profile-Guided Optimization) in the lexicon.

Frederic Cambus via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 16 04:16:27 PDT 2023


Author: Frederic Cambus
Date: 2023-03-16T12:14:44+01:00
New Revision: 245f26a430aa92050e2d1bf3ca7add76dcbe23c2

URL: https://github.com/llvm/llvm-project/commit/245f26a430aa92050e2d1bf3ca7add76dcbe23c2
DIFF: https://github.com/llvm/llvm-project/commit/245f26a430aa92050e2d1bf3ca7add76dcbe23c2.diff

LOG: [docs] Document "PGO" (Profile-Guided Optimization) in the lexicon.

Added: 
    

Modified: 
    llvm/docs/Lexicon.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/Lexicon.rst b/llvm/docs/Lexicon.rst
index ea2f85967b3e..80454191b6cc 100644
--- a/llvm/docs/Lexicon.rst
+++ b/llvm/docs/Lexicon.rst
@@ -232,6 +232,9 @@ O
 P
 -
 
+**PGO**
+    Profile-Guided Optimization
+
 **PR**
     Problem report. A bug filed on `the LLVM Bug Tracking System
     <https://bugs.llvm.org/enter_bug.cgi>`_.


        


More information about the llvm-commits mailing list