[llvm] [DebugInfo][NaryReassociate] Fix missing debug location updates (PR #92545)
Shan Huang via llvm-commits
llvm-commits at lists.llvm.org
Mon May 20 07:11:08 PDT 2024
================
@@ -0,0 +1,65 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt < %s -passes=nary-reassociate -S | FileCheck %s
+
----------------
Apochens wrote:
Oh, I just forget that the `update_test_checks.py` would delete the comments.🥲
https://github.com/llvm/llvm-project/pull/92545
More information about the llvm-commits
mailing list