diff options
author | Andrzej WarzyĆski <andrzej.warzynski@arm.com> | 2025-09-15 08:35:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-15 08:35:03 +0100 |
commit | 0ee7c9434a4745a10cb68217134a356b63a346f9 (patch) | |
tree | 593e2c02acd2e7a633c7d42922972154a8f62f5b /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 3371375131c645bb579323b60e92f2b0f9079f24 (diff) | |
download | llvm-0ee7c9434a4745a10cb68217134a356b63a346f9.zip llvm-0ee7c9434a4745a10cb68217134a356b63a346f9.tar.gz llvm-0ee7c9434a4745a10cb68217134a356b63a346f9.tar.bz2 |
[mlir][vector] Tidy-up testing for to/from_elements unrolling (#158309)
1. Remove `TestUnrollVectorToElements` and
`TestUnrollVectorFromElements` test passes - these are not required.
2. Make "vector-from-elements-lowering.mlir" use TD Op for testing (for
consistency "vector-to-elements-lowering.mlir" and to make sure that
the TD Op, `transform.apply_patterns.vector.unroll_from_elements`, is
tested).
3. Unify `CHECK` prefixes (`CHECK-UNROLL` -> `CHECK`).
4. Rename `@to_elements_1d` as `@negative_unroll_to_elements_1d`, for
consistency with it's counterpart for `vector.from_elements` and to
align with our testing guide (*).
(*)
https://mlir.llvm.org/getting_started/TestingGuide/#after-step-3-add-the-newly-identified-missing-case
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions