This is an archive of the discontinued LLVM Phabricator instance.

[clang][CodeGen] Add noundef metadata to loading of references (preliminary 5 of 5)
Needs ReviewPublic

Authored by jmciver on Dec 6 2022, 10:21 PM.

Details

Summary

Update CodGenFunction::EmitLoadOfReference to apply the noundef attribute to
load instructions.

Diff Detail

Event Timeline

jmciver created this revision.Dec 6 2022, 10:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 6 2022, 10:21 PM
jmciver retitled this revision from [clang][CodeGen] Add noundef metadata to loading of references (item 5) to [clang][CodeGen] Add noundef metadata to loading of references (preliminary 5 of 5).
jmciver published this revision for review.Dec 6 2022, 10:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptDec 6 2022, 10:49 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript