From a1c4da99f662b7dbee4a34a64fe5659c4d6d08f3 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Thu, 4 Jun 2015 20:28:09 +0000 Subject: [PATCH] [docs] Document "LGTM" in the lexicon. llvm-svn: 239085 --- llvm/docs/Lexicon.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/docs/Lexicon.rst b/llvm/docs/Lexicon.rst index 112eb7d79ec1..912dee2cf079 100644 --- a/llvm/docs/Lexicon.rst +++ b/llvm/docs/Lexicon.rst @@ -131,6 +131,10 @@ L **LCSSA** Loop-Closed Static Single Assignment Form +**LGTM** + "Looks Good To Me". In a review thread, this indicates that the + reviewer thinks that the patch is okay to commit. + **LICM** Loop Invariant Code Motion