Using the legacy PM for the optimization pipeline was deprecated in 13.0.0.
Following recent changes to remove non-core features of the legacy
PM/optimization pipeline, remove DataFlowSanitizerLegacyPass.
Details
Details
- Reviewers
browneee vitalybuka ctetreau - Group Reviewers
Restricted Project - Commits
- rGa527bda520f0: [LegacyPM] Remove DataFlowSanitizerLegacyPass
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
I know this is currently used in at least one other place:
https://github.com/tensorflow/tensorflow/blob/dde12a690476650573a0ef3f8f681271a2016224/tensorflow/compiler/xla/service/cpu/compiler_functor.cc#L111
Comment Actions
Ah, I see. Seems that they need to migrate away.
The legacy passes for asan/msan/tsan have all been removed now...