[llvm] [RemoveDIs][DebugInfo][IR] Add parsing for non-intrinsic debug values (PR #79818)
Orlando Cazalet-Hyams via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 07:04:15 PST 2024
================
@@ -6359,9 +6379,29 @@ bool LLParser::parseBasicBlock(PerFunctionState &PFS) {
std::string NameStr;
- // parse the instructions in this block until we get a terminator.
+ // parse the instructions and debug values in this block until we get a
----------------
OCHyams wrote:
nit: since you're touching this comment anyway can you capitalise `parse`?
https://github.com/llvm/llvm-project/pull/79818
More information about the llvm-commits
mailing list