[all-commits] [llvm/llvm-project] 7d815a: [mlir][NFC] Split out various tests from IR/invali...
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Jul 19 16:35:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d815ab9b405f5832618264c5d0ef196eacf37a3
https://github.com/llvm/llvm-project/commit/7d815ab9b405f5832618264c5d0ef196eacf37a3
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-07-19 (Tue, 19 Jul 2022)
Changed paths:
M mlir/test/Dialect/Affine/invalid.mlir
M mlir/test/Dialect/Arithmetic/invalid.mlir
M mlir/test/Dialect/Func/invalid.mlir
M mlir/test/IR/invalid-affinemap.mlir
A mlir/test/IR/invalid-builtin-attributes.mlir
A mlir/test/IR/invalid-builtin-types.mlir
M mlir/test/IR/invalid.mlir
Log Message:
-----------
[mlir][NFC] Split out various tests from IR/invalid.mlir
This file contains a huge number of tests that should really be in
different dialect/files. It is monolothic because of the legacy
surrounding the old standard dialect, affine operations, etc. Splitting
this up makes the tests much more maintainable given that they are now
group with other similar tests.
More information about the All-commits
mailing list