[llvm] Port Swift's merge function pass to llvm: merging functions that differ in constants (PR #68235)

Manman Ren via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 14:37:41 PDT 2023


================
@@ -0,0 +1,190 @@
+; RUN: opt -S -enable-merge-func2 -passes=mergefunc-ignoring-const %s -o - | FileCheck %s
----------------
manman-ren wrote:

It is defined and is renamed in the followup patch.

https://github.com/llvm/llvm-project/pull/68235


More information about the llvm-commits mailing list