Files
clang-p2996/mlir/lib/Dialect/MLProgram/CMakeLists.txt
Rob Suderman cbd475040f [mlir][mlprogram] Add mlprogram-pipeline-globals optimization pass
Added pass optimizes MLProgram global operations by reducing to only
the minimal load/store operations for global tensors. This avoids
unnecessary global operations throughout a program and potentially
improves operation gusion.

Reviewed By: jpienaar

Differential Revision: https://reviews.llvm.org/D159228
2023-09-18 17:11:29 -07:00

3 lines
50 B
CMake

add_subdirectory(IR)
add_subdirectory(Transforms)