Skip to content

Commit

Permalink
[aievec] Move trunc/ext to common lowering
Browse files Browse the repository at this point in the history
Currently, trunc/ext ops get lowered in a separate pass with two simple
patterns. This is mostly because other patterns check their users for
these ops, which makes all the patterns involved dependent on each other
and their order of application.

This patch addresses this issue and moves these two last patterns
together with all the other vector-to-aievec patterns.
  • Loading branch information
jsetoain committed May 7, 2024
1 parent b8d512f commit 5e40b95
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 166 deletions.
Loading

0 comments on commit 5e40b95

Please sign in to comment.