This is an archive of the discontinued LLVM Phabricator instance.

[SystemZ] Add NoMerge MIFlag
ClosedPublic

Authored by iii on Jun 29 2020, 11:01 AM.

Details

Summary

This fixes ASan and MSan tests on SystemZ after
commit 6a822e20ce70 ("[ASan][MSan] Remove EmptyAsm and set the CallInst
to nomerge to avoid from merging.").

Based on commit 80e107ccd088 ("Add NoMerge MIFlag to avoid MIR branch
folding").

Diff Detail

Event Timeline

iii created this revision.Jun 29 2020, 11:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 29 2020, 11:01 AM
uweigand accepted this revision.Jun 30 2020, 12:20 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jun 30 2020, 12:20 AM
This revision was automatically updated to reflect the committed changes.