[llvm-branch-commits] [llvm] [IR] Add `MD_prof` to the `Keep` list of `dropUBImplyingAttrsAndMetadata` (PR #154635)
Nikita Popov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Aug 26 01:19:33 PDT 2025
================
@@ -553,16 +553,17 @@ void Instruction::dropUBImplyingAttrsAndUnknownMetadata(
}
void Instruction::dropUBImplyingAttrsAndMetadata(ArrayRef<unsigned> Keep) {
----------------
nikic wrote:
I think the `Keep` is no longer needed now, but I guess it doesn't hurt to keep it...
https://github.com/llvm/llvm-project/pull/154635
More information about the llvm-branch-commits
mailing list