[all-commits] [llvm/llvm-project] 74dee9: [llvm-reduce] Fix !inline_history verifier issues ...

Arthur Eubanks via All-commits all-commits at lists.llvm.org
Thu Jul 16 10:21:14 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 74dee943ac272caa4cd80a2a23c7f866dd96b4ec
      https://github.com/llvm/llvm-project/commit/74dee943ac272caa4cd80a2a23c7f866dd96b4ec
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2026-07-16 (Thu, 16 Jul 2026)

  Changed paths:
    A llvm/test/tools/llvm-reduce/remove-funcs-inline-history.ll
    M llvm/tools/llvm-reduce/deltas/ReduceFunctions.cpp

  Log Message:
  -----------
  [llvm-reduce] Fix !inline_history verifier issues (#199373)

We'd RAUW a function which would cause !inline_history metadata nodes to
be `ptr null` which doesn't pass the verifier.

Instead we can keep around metadata usages of the function with
replaceNonMetadataUsesWith().



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list