diff options
author | Ryotaro Kasuga <kasuga.ryotaro@fujitsu.com> | 2025-03-04 17:24:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-04 17:24:04 +0900 |
commit | aa37a698d4066058d03016ea467230bd039c1eb1 (patch) | |
tree | af04ac81913b9080968a51df2ec954fc29a98309 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | d6942d54f677000cf713d2b0eba57b641452beb4 (diff) | |
download | llvm-aa37a698d4066058d03016ea467230bd039c1eb1.zip llvm-aa37a698d4066058d03016ea467230bd039c1eb1.tar.gz llvm-aa37a698d4066058d03016ea467230bd039c1eb1.tar.bz2 |
[LoopInterchange] Move some processes to another function (NFC) (#129514)
Some post-processing involved in exchanging a pair of loops has been
done separately from `processLoop`, which is a main function that does
the transformation. It's better to consolidate these processes into the
same function. This patch is a preparation of #127474.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions