[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 07:37:15 PDT 2024


================
@@ -0,0 +1,61 @@
+; RUN: opt < %s -passes=indvars -S | FileCheck %s
----------------
jryans wrote:

Apologies for another file name nit... Just noticed the file name starts with "indvars-", but it's already in the `IndVarSimplify` directory, so the "indvars-" prefix feels redundant (and most existing tests in that directory do not have it), so perhaps best to remove that here.

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


More information about the llvm-commits mailing list