This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add msan memory unpoisoning macros to mlir ExecutionEngine
ClosedPublic

Authored by ezhulenev on Apr 11 2022, 5:29 PM.

Details

Summary

Adding annotations on as-needed bases, currently only for memrefCopy, but in general all C API functions that take pointers to memory allocated/initialized inside the jit-compiled code must be annotated, to be able to run with msan.

Diff Detail

Event Timeline

ezhulenev created this revision.Apr 11 2022, 5:29 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 11 2022, 5:29 PM
ezhulenev requested review of this revision.Apr 11 2022, 5:29 PM
ezhulenev edited the summary of this revision. (Show Details)Apr 11 2022, 5:30 PM
ezhulenev added a reviewer: mehdi_amini.
mehdi_amini accepted this revision.Apr 11 2022, 5:44 PM
This revision is now accepted and ready to land.Apr 11 2022, 5:44 PM