This is an archive of the discontinued LLVM Phabricator instance.

[test] Rework memaccess-clobber.ll
ClosedPublic

Authored by aeubanks on Feb 9 2022, 5:06 PM.

Details

Summary

Previously memaccess-clobber.ll relied on both legacy PM-specific things
like -analyze and MemoryDependenceAnalysis, which are both deprecated.

This uses MemorySSA, which is the cool new thing that a bunch of passes
have migrated to.

Diff Detail

Event Timeline

aeubanks created this revision.Feb 9 2022, 5:06 PM
aeubanks requested review of this revision.Feb 9 2022, 5:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 9 2022, 5:06 PM
fmayer accepted this revision.Feb 9 2022, 5:18 PM

thanks a lot!

nit: maybe add [hwasan] to title

This revision is now accepted and ready to land.Feb 9 2022, 5:18 PM
This revision was landed with ongoing or failed builds.Feb 10 2022, 9:14 AM
This revision was automatically updated to reflect the committed changes.