We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b8293 commit ce6eda8Copy full SHA for ce6eda8
llvm/include/llvm/Transforms/Utils/ValueMapper.h
@@ -106,11 +106,11 @@ enum RemapFlags {
106
/// to self. Illegal if RF_IgnoreMissingLocals is also set.
107
RF_NullMapMissingGlobalValues = 8,
108
109
- /// Do not remap atom instances. Only safe if to do this if the cloned
+ /// Do not remap source location atoms. Only safe if to do this if the cloned
110
/// instructions being remapped are inserted into a new function, or an
111
/// existing function where the inlined-at fields are updated. If in doubt,
112
- /// don't use this flag. It's used for compiler performance reasons rather
113
- /// than correctness.
+ /// don't use this flag. It's used when remapping is known to be un-necessary
+ /// to save some compile-time.
114
RF_DoNotRemapAtoms = 16,
115
};
116
0 commit comments