diff options
author | Christian Ulmann <christian.ulmann@nextsilicon.com> | 2023-04-24 06:06:45 +0000 |
---|---|---|
committer | Christian Ulmann <christian.ulmann@nextsilicon.com> | 2023-04-24 06:07:05 +0000 |
commit | f5425c128a30b32d39e0bc133e8e8dbad6066620 (patch) | |
tree | 263a11b042a3276679c5a3399dacd86cf9b9678c /clang/lib/Frontend/CompilerInstance.cpp | |
parent | 9616fd1a7dbe215dd8e71cf086fc955388ec654d (diff) | |
download | llvm-f5425c128a30b32d39e0bc133e8e8dbad6066620.zip llvm-f5425c128a30b32d39e0bc133e8e8dbad6066620.tar.gz llvm-f5425c128a30b32d39e0bc133e8e8dbad6066620.tar.bz2 |
[LoopInfo] Move generic LoopInfo into own files
This commit splits the generic part of `LoopInfo` into separate files.
These new `GenericLoopInfo` files are located in `llvm/Support` to be inline
with `GenericDomTree`.
Furthermore, this change ensures that MLIR's Bazel build does not have
to link against `LLVMAnalysis` just to use these template headers.
Depends on D148219
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D148235
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions