Files
clang-p2996/llvm/lib/Transforms/Scalar/LoopInterchange.cpp
Sjoerd Meijer cac6f21149 [LoopInterchange] Make the entries of the Dependency Matrix unique (#116195)
The entries in the dependency matrix can contain a lot of duplicates,
which is unnecessary and results in more checks that we can avoid, and
this patch adds that.
2024-11-19 11:40:53 +00:00

67 KiB