To avoid confusion with vectorization-masked.mlir, move
test/Dialect/Linalg/masked_vectorization.mlir
to:
test/Dialect/Linalg/transform-op-tile-and-vectorize.mlir
Also, the updated name better reflects what's being tested.
Differential D158427
[mlir][Linalg] Move test awarzynski on Aug 21 2023, 8:18 AM. Authored by
Details
To avoid confusion with vectorization-masked.mlir, move test/Dialect/Linalg/masked_vectorization.mlir to: test/Dialect/Linalg/transform-op-tile-and-vectorize.mlir Also, the updated name better reflects what's being tested.
Diff Detail
Event TimelineComment Actions Not sure I follow. Why do we have to vectorize lit tests? Which tests should go to which file? Comment Actions The new LIT test file that I am moving (masked_vectorization.mlir) was introduced in: https://reviews.llvm.org/D157047. As a result, right now we have two files with (almost) identical name:
Yes, that's confusing and that's what I'm trying to improve :) Looking at the contents of masked_vectorization.mlir, I presume that the intent was to test transformations rather than specifically the vectoriser. Hence I am proposing to rename:
as
Apologies, I should've been clearer in my summary. Comment Actions ah yes, sorry for the unfortunate naming .. Can we call the new file transform-compose-masked-vectorize-and-cleanups ? It was not trivial to find the right things to apply after masked vectorization to get good IR. Comment Actions Yes, but then you fixed that and I missed your subsequent note:
So, my bad, sorry :) All sorted upstream - I pushed an nfc to fix the name 👍🏻 |