File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 11
11
// / instruction or some other User instance which refers to a Value. The Use
12
12
// / class keeps the "use list" of the referenced value up to date.
13
13
// /
14
- // / Pointer tagging is used to efficiently find the User corresponding to a Use
15
- // / without having to store a User pointer in every Use. A User is preceded in
16
- // / memory by all the Uses corresponding to its operands, and the low bits of
17
- // / one of the fields (Prev) of the Use class are used to encode offsets to be
18
- // / able to find that User given a pointer to any Use. For details, see:
19
- // /
20
- // / http://www.llvm.org/docs/ProgrammersManual.html#UserLayout
21
- // /
22
14
// ===----------------------------------------------------------------------===//
23
15
24
16
#ifndef LLVM_IR_USE_H
You can’t perform that action at this time.
0 commit comments