[llvm] [CodeGen] Fix missing debug info with tail merging (PR #94715)

Alan Zhao via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 16:35:27 PDT 2024


alanzhao1 wrote:

> This breaks `llvm/test/DebugInfo/COFF/local-variables.ll`, which has to do with COFF debug info.
> 
> I'm still trying to figure out what exactly is going on here - it seems like the existing test is missing debug info, but there's also some weirdness with basic blocks being added...

Test has been updated.

https://github.com/llvm/llvm-project/pull/94715


More information about the llvm-commits mailing list