[all-commits] [llvm/llvm-project] 4e6dab: Revert "[MLIR] Introduce constraint attributes for...
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Thu Dec 1 06:44:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e6dab98e0cb60c635656a818062887d97c3ef5f
https://github.com/llvm/llvm-project/commit/4e6dab98e0cb60c635656a818062887d97c3ef5f
Author: Lorenzo Chelini <l.chelini at icloud.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M mlir/include/mlir/IR/OpBase.td
M mlir/test/IR/attribute.mlir
M mlir/test/lib/Dialect/Test/TestOps.td
Log Message:
-----------
Revert "[MLIR] Introduce constraint attributes for DenseArrayAttr"
This reverts commit dd0de4dca92cd6affafb47f788b64e99187168f1.
Build on mlir-windows fails:
Step 6 (build-check-mlir-build-only) failure: build (failure)
C:\buildbot\mlir-x64-windows-ninja\build\tools\mlir\test\lib\Dialect\Test\TestOps.cpp.inc(928): error C2220: the following warning is treated as an error
C:\buildbot\mlir-x64-windows-ninja\build\tools\mlir\test\lib\Dialect\Test\TestOps.cpp.inc(928): warning C4804: '>': unsafe use of type 'bool' in operation
C:\buildbot\mlir-x64-windows-ninja\build\tools\mlir\test\lib\Dialect\Test\TestOps.cpp.inc(7419): warning C4804: '>': unsafe use of type 'bool' in operation
More information about the All-commits
mailing list