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

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 12:17:21 PDT 2023


nikic added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/FunctionComparator.cpp:632
+      }
+    }
+
----------------
This doesn't looks like a problem specific to the type.test intrinsic. Other calls may have metadata operands as well.


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