[llvm] [DebugInfo] Suppress lots of users of DbgValueInst (PR #149476)
Orlando Cazalet-Hyams via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 18 02:04:05 PDT 2025
================
@@ -6695,44 +6692,38 @@ static void updateDVIWithLocations(T &DbgVal,
}
/// Write the new expression and new location ops for the dbg.value. If possible
-/// reduce the szie of the dbg.value intrinsic by omitting DIArglist. This
+/// reduce the szie of the dbg.value by omitting DIArglist. This
----------------
OCHyams wrote:
same here - or are you keeping the old intrinsic spelling on purpose (e.g., to mass rename at some point, or because it doesn't matter much)
https://github.com/llvm/llvm-project/pull/149476
More information about the llvm-commits
mailing list