aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/CommandLine.cpp
diff options
context:
space:
mode:
authorChristopher Bate <cbate@nvidia.com>2022-09-08 14:33:57 -0600
committerChristopher Bate <cbate@nvidia.com>2022-09-08 16:29:56 -0600
commitfb98a623fb06f2d557a88cbf1fa51377b38c64bd (patch)
treee05934a0b79d9ee28936483c7a26c0501235643e /llvm/lib/Support/CommandLine.cpp
parentb7d47ed1da974bdba4d2b74589c985e7190b8d21 (diff)
downloadllvm-fb98a623fb06f2d557a88cbf1fa51377b38c64bd.zip
llvm-fb98a623fb06f2d557a88cbf1fa51377b38c64bd.tar.gz
llvm-fb98a623fb06f2d557a88cbf1fa51377b38c64bd.tar.bz2
[mlir] NFC - move declaration of `Range` to StaticValueUtils.h
`ViewLikeInterface.h` defines a struct `Range`, and it also depends on `StaticValueUtils.h/cpp`. This change moves the definition of `Range` to `StaticValueUtils.h`, which should not violate any existing dependency requirement. This is done to support adding utilities using `Range` under `Dialect/Utils` without creating a circular dependency on `ViewLikeInterface`. It is possible that some targets depend on `ViewLikeInterface` just for the `Range` struct. These can be later updated to depend on the `MLIRDialectUtils` target. Reviewed By: nicolasvasilache Differential Revision: https://reviews.llvm.org/D133523
Diffstat (limited to 'llvm/lib/Support/CommandLine.cpp')
0 files changed, 0 insertions, 0 deletions