[PATCH] D144682: [MergeFuncs] Compare load instruction metadata

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 08:46:59 PST 2023


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM

If you don't have commit access, can you please tell me the `Name <email>` to use for attribution?



================
Comment at: llvm/lib/Transforms/Utils/FunctionComparator.cpp:199
+  /// or constraints.
+  /// Values that carries different expectations should be considered different.
+  SmallVector<std::pair<unsigned, MDNode *>> MDL, MDR;
----------------
carries -> carry


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

https://reviews.llvm.org/D144682



More information about the llvm-commits mailing list