Commit 50bb045
committed
Add
`convert-vector-to-llvm` pass uses some `vector` transform passes
that is not added by `convert-to-llvm`, hence this pass is necessary
for proper lowering of vector ops. As not all vector ops are directly
converted to llvm, some ops are gradually lowered to other vector ops
and those ops are in turn covnerted to llvm.convert-vector-to-llvm pass to the pipeline.1 parent 1f8c24b commit 50bb045
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
| |||
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments