[llvm] fa4af03 - [IR] Remove stale reference to waymarking from Use.h comments. NFC (#125114)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 30 13:19:49 PST 2025


Author: Craig Topper
Date: 2025-01-30T13:19:44-08:00
New Revision: fa4af0353b2071d8d009c9d14a5025a3dfc92fb3

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

LOG: [IR] Remove stale reference to waymarking from Use.h comments. NFC (#125114)

Added: 
    

Modified: 
    llvm/include/llvm/IR/Use.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/IR/Use.h b/llvm/include/llvm/IR/Use.h
index 64b86f3a4396ab..a86b9c46c1f695 100644
--- a/llvm/include/llvm/IR/Use.h
+++ b/llvm/include/llvm/IR/Use.h
@@ -11,14 +11,6 @@
 /// instruction or some other User instance which refers to a Value.  The Use
 /// class keeps the "use list" of the referenced value up to date.
 ///
-/// Pointer tagging is used to efficiently find the User corresponding to a Use
-/// without having to store a User pointer in every Use. A User is preceded in
-/// memory by all the Uses corresponding to its operands, and the low bits of
-/// one of the fields (Prev) of the Use class are used to encode offsets to be
-/// able to find that User given a pointer to any Use. For details, see:
-///
-///   http://www.llvm.org/docs/ProgrammersManual.html#UserLayout
-///
 //===----------------------------------------------------------------------===//
 
 #ifndef LLVM_IR_USE_H


        


More information about the llvm-commits mailing list