I just need this tiny tweak to the recently added logic to be able to actually drop my custom vectorization pattern, https://github.com/iree-org/iree/pull/9647 . This wasn't needed before but something has changed since I wrote the earlier changes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Nice, thanks!
LGTM
mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp | ||
---|---|---|
1170 | This feels like it could be extracted in a util somewhere. |
This feels like it could be extracted in a util somewhere.