Skip to content

[llvm-reduce] Fix !inline_history verifier issues#199373

Open
aeubanks wants to merge 1 commit into
llvm:mainfrom
aeubanks:history
Open

[llvm-reduce] Fix !inline_history verifier issues#199373
aeubanks wants to merge 1 commit into
llvm:mainfrom
aeubanks:history

Conversation

@aeubanks
Copy link
Copy Markdown
Contributor

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().

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().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant