Closed tshort closed 1 year ago
Is there any way we can split off support of LoopVectorization into an extension or something?
I'd like to support 32-bit systems for StaticCompiler, and LoopVectorization chokes on 32-bit systems.
Other ideas?
Would it be enough to just disable the LV tests on 32-bit systems?
I was hitting this, and it was fixed last night in LV. So, I think we're good.
Is there any way we can split off support of LoopVectorization into an extension or something?
I'd like to support 32-bit systems for StaticCompiler, and LoopVectorization chokes on 32-bit systems.
Other ideas?