[llvm] [DebugInfo][IndVarSimplify] fix missing debug location updates (PR #91443)

J. Ryan Stinnett via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 06:28:33 PDT 2024


https://github.com/jryans commented:

Change looks correct to me overall. The pass is creating replacement instructions, so it make sense to copy over the original location.

Just a small nit in the test to fix up.

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


More information about the llvm-commits mailing list