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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 27 06:01:52 PDT 2023


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

this option seems not defined?

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


More information about the llvm-commits mailing list