[llvm] Add support for llvm.dbg.declare_value in the CoroSplitter pass. (PR #168134)
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 19 12:53:18 PST 2025
================
@@ -0,0 +1,19 @@
+; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis
----------------
adrian-prantl wrote:
You're crucially missing `| FileCheck %s` :-)
https://github.com/llvm/llvm-project/pull/168134
More information about the llvm-commits
mailing list