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

Oskar Wirga via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 11:15:44 PDT 2023


================
@@ -375,9 +375,35 @@ bool MergeFunctions::doFunctionalCheck(std::vector<WeakTrackingVH> &Worklist) {
 }
 #endif
 
+// This function iterates over two functions and compares their
----------------
oskarwirga wrote:

Sorry I know what happened, when I updated I didn't update with my staged changes

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


More information about the llvm-commits mailing list