[llvm] [MergeFunctions] Fix merging functions with different KCFI type identifiers (PR #217665)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 23:00:23 PDT 2026
================
@@ -0,0 +1,28 @@
+; RUN: opt -S -passes=mergefunc < %s | FileCheck %s
----------------
Lane0218 wrote:
Thanks for the suggestions. Updated the test using `update_test_checks.py` to generate the FileCheck assertions.
https://github.com/llvm/llvm-project/pull/217665
More information about the llvm-commits
mailing list