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.
Differential D119393
[test] Rework memaccess-clobber.ll aeubanks on Feb 9 2022, 5:06 PM. Authored by
Details
Previously memaccess-clobber.ll relied on both legacy PM-specific things This uses MemorySSA, which is the cool new thing that a bunch of passes
Diff Detail
|