[PATCH] D154119: Fix: Distinguish CFI Metadata Checks in MergeFunctions Pass

Oskar Wirga via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 13:33:42 PDT 2023


oskarwirga added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/FunctionComparator.cpp:632
+      }
+    }
+
----------------
nikic wrote:
> This doesn't looks like a problem specific to the type.test intrinsic. Other calls may have metadata operands as well.
Should I remove the intrinsic check and instead loop through the arg operands to check that they are the same? 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154119/new/

https://reviews.llvm.org/D154119



More information about the llvm-commits mailing list