[llvm] Fix: Distinguish CFI Metadata Checks in MergeFunctions Pass (PR #65963)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 23:27:41 PDT 2023


================
@@ -0,0 +1,22 @@
+;; Make sure internal constrained FP intrinsics still merge properly
+; RUN: opt -passes=mergefunc -S < %s | FileCheck %s
+; RUN: opt -passes=mergefunc -S < %s | FileCheck -check-prefix=MERGE %s
----------------
nikic wrote:

Why two RUN lines?

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


More information about the llvm-commits mailing list