JuliaSIMD / LoopVectorization.jl

Macro(s) for vectorizing loops.
MIT License
742 stars 66 forks source link

Bad IR generation triggers assertion failure on 1.11 #518

Closed maleadt closed 9 months ago

maleadt commented 9 months ago

Similar to https://github.com/JuliaSIMD/StrideArraysCore.jl/issues/46, the manual Expr(:new) seems to generate bad IR for 1.11, triggering an assertion error on PkgEval. This affects downstream packages like MCPhylo.jl and LocalPoly.jl, so would be good to fix.

x-ref https://github.com/JuliaLang/julia/issues/52702#issuecomment-1874365341