This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Replace UndefValue with PoisonValue in setKillLocation
ClosedPublic

Authored by Orlando on Jan 3 2023, 9:10 AM.

Diff Detail

Event Timeline

Orlando created this revision.Jan 3 2023, 9:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2023, 9:10 AM
Herald added a subscriber: asbirlea. · View Herald Transcript
Orlando requested review of this revision.Jan 3 2023, 9:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 3 2023, 9:10 AM
nlopes accepted this revision.Jan 3 2023, 2:15 PM

LGTM!

llvm/include/llvm/IR/IntrinsicInst.h
277

Maybe rename this var to Poison

This revision is now accepted and ready to land.Jan 3 2023, 2:15 PM
This revision was landed with ongoing or failed builds.Jan 6 2023, 2:52 AM
This revision was automatically updated to reflect the committed changes.
Orlando marked an inline comment as done.Jan 6 2023, 3:02 AM

Thanks

llvm/include/llvm/IR/IntrinsicInst.h
277

Accidentally failed to amend the commit, done in follow up commit 48c68367d0320e0d6ec03bb9cf76a108f9202cad.