[llvm] [SystemZ, DebugInfo] Support InstrRef-based Debug Value Tracking in the SystemZ backend (PR #132415)
Dominik Steenken via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 01:50:28 PDT 2025
dominik-steenken wrote:
> * Probably best to pre-commit side-issues that were discovered and not strictly related (pass-initialization, asm comments). Makes the diff here smaller and also separate in case of any future revert.
I understand, but i do think both of the points you raise are strictly related.
- The fixing of the asm comments in the tests is directly necessary from implementing `is[StoreTo|LoadFrom]StackSlotPostFE`, which is a core part of the PR.
- The pass initialization is necessary because without it, i cannot run the test for the debug value substitution in that pass
> * The calls to substituteDebugValuesForInst are self-explanatory, so not sure if a comment is needed before each call.
I guess it's not necessary. Personally, i'd rather comment too much than too little. If this goes against the intended code style though, i'm willing to remove the comments
https://github.com/llvm/llvm-project/pull/132415
More information about the llvm-commits
mailing list