mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 10:08:59 +08:00
Legacy passes are only supported for codegen, and I don't believe it's possible to write backends using the C API, so we should drop all of those. Reduces the number of places that need to be modified when removing legacy passes. Differential Revision: https://reviews.llvm.org/D144970