Skip to content

Commit 5b774c9

Browse files
committed
Drop support for old API.
1 parent bbf64ce commit 5b774c9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/transform.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ scalar_repl_aggregates_ssa!(pm::PassManager) =
112112
## vectorization transformations
113113

114114
define_transforms([
115-
:BBVectorize, :LoopVectorize, :SLPVectorize
115+
:LoopVectorize, :SLPVectorize
116116
])
117117

118118

test/transform.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ ModulePassManager() do pm
6868
scoped_no_alias_aa!(pm)
6969
basic_alias_analysis!(pm)
7070

71-
if LLVM.version() < v"8.0"
72-
bbvectorize!(pm)
73-
end
7471
loop_vectorize!(pm)
7572
slpvectorize!(pm)
7673

0 commit comments

Comments
 (0)