Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Codegen][CPU] Eliminate all-true vector masks after vectorization
This enables an upstream transform that eliminates all true `vector.create_mask` ops. This is particularly beneficial for scalable vectors, which use dynamic tensor types, which results in masks that otherwise would not fold away till much later, preventing some optimizations. Depends on #99314. Signed-off-by: Benjamin Maxwell <[email protected]>
- Loading branch information