Alexander Belyaev
4825614a46
[mlir] Update bazel build.
2022-07-26 16:28:29 +02:00
Weverything
de43f93a82
[bazel] Add new rule for c60b897d22
2022-07-25 20:29:01 -07:00
Alex Zinenko
333ee218ce
[mlir] Transform dialect: separate dependent and generated dialects
...
In the Transform dialect extensions, provide the separate mechanism to
declare dependent dialects (the dialects the transform IR depends on)
and the generated dialects (the dialects the payload IR may be
transformed into). This allows the Transform dialect clients that are
only constructing the transform IR to avoid loading the dialects
relevant for the payload IR along with the Transform dialect itself,
thus decreasing the build/link time.
Reviewed By: springerm
Differential Revision: https://reviews.llvm.org/D130289
2022-07-25 09:59:53 +00:00
Matthias Springer
858be16670
[mlir][memref] Fix layout map computation in inferRankReducedResultType
...
Differential Revision: https://reviews.llvm.org/D128160
2022-06-21 10:08:26 +02:00
Mogball
d883a02a7c
[mlir][ods] Remove StructAttr
...
Depends on D127373
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D127375
2022-06-21 01:10:05 +00:00
Benjamin Kramer
389c0b81d3
[bazel] Port 95aff23e29
2022-06-03 20:43:23 +02:00
Adrian Kuegel
7733a61fbc
[mlir][Bazel] Also fix mlir/unittests/BUILD.bazel.
2022-03-17 09:42:06 +01:00
Alex Zinenko
59814a8c99
[mlir] more Bazel changes for 23aa5a7446
2022-03-02 16:16:14 +01:00
Mehdi Amini
4e58cb18d3
Remove spurious includes and dependencies from Bazel files (NFC)
...
Differential Revision: https://reviews.llvm.org/D119526
2022-02-11 07:57:17 +00:00
Benjamin Kramer
355acf2bef
[bazel] Port 755dc07d69
...
Still a fair bit of spaghetti in the unittest rules
2022-01-19 00:57:22 +01:00
Mogball
32e8b30d6e
[mlir] Add unit test for disabling canonicalizer patterns (NFC)
2021-12-22 21:07:06 +00:00
Mogball
7347c28def
[mlir] Add missing unit tests to BUILD.bazel
...
Several unit test folders were missing from the bazel build, including: Transforms, Conversion, Rewrite
2021-12-22 20:00:27 +00:00
Mogball
ad761f0c39
[mlir] Update BUILD.bazel to include `scf_tests`
2021-12-22 19:46:37 +00:00
Mogball
07b073c1bb
[mlir] Add `mlir/unittests/BUILD.bazel`
...
Unit tests are not getting built as part of bazel runs.
Reviewed By: mehdi_amini, GMNGeoffrey
Differential Revision: https://reviews.llvm.org/D116046
2021-12-20 21:41:31 +00:00