[llvm] [PtrAuth] Add ConstantPtrAuth comparator to FunctionComparator.cpp (PR #159480)
Oskar Wirga via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 1 02:40:59 PDT 2025
================
@@ -0,0 +1,101 @@
+; RUN: opt -passes=mergefunc -S %s | FileCheck %s
+; Ensure MergeFunc handles ConstantPtrAuth correctly and does not
----------------
oskarwirga wrote:
Good suggestion, wasn't hard to add :)
https://github.com/llvm/llvm-project/pull/159480
More information about the llvm-commits
mailing list