[llvm] [Debuginfo][GVNHoist] Fix #86227: update the debug location of the hoisted GEP (PR #86236)
Shan Huang via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 06:46:18 PDT 2024
================
@@ -0,0 +1,66 @@
+; RUN: opt -S -passes=gvn-hoist < %s | FileCheck %s
+
+; Function Attrs: noinline nounwind uwtable
----------------
Apochens wrote:
Thanks for your comments. I fixed these minor issues, and now the test would be better.
https://github.com/llvm/llvm-project/pull/86236
More information about the llvm-commits
mailing list