Files
clang-p2996/llvm/lib/Transforms/Utils/ValueMapper.cpp
Artem Pianykh 726ffd361c [NFC][Cloning] Replace IdentityMD set with a predicate in ValueMapper (#129147)
Summary:
We used the set only to check if it contains certain metadata nodes.
Replacing the set with a predicate makes the intention clearer and the
API more general.

Test Plan:
ninja check-all
2025-03-12 23:33:12 +00:00

43 KiB