mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-25 01:06:05 +00:00

Functions shared between generalized matrix-multiplication optimization and other post-reschedule optimizations (tiling, prevect) are moved into the schedule tree transformation utility ScheduleTreeTransform.
4 lines
80 B
CMake
4 lines
80 B
CMake
add_polly_unittest(ScheduleOptimizerTests
|
|
ScheduleTreeTransformTest.cpp
|
|
)
|