search for: func_4x4x4_scalar_p_scalar

Displaying 3 results from an estimated 3 matches for "func_4x4x4_scalar_p_scalar".

2015 Jul 01
3
[LLVMdev] SLP vectorizer on AVX feature
...1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat epb >> xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid >> >> I use LLVM 3.6 checked out yesterday >> >> ~/toolchain/install/llvm-3.6/bin/opt -datalayout -basicaa -slp-vectorizer >> -instcombine < func_4x4x4_scalar_p_scalar.ll -S >> >> the output goes like: >> >> ; ModuleID = '<stdin>' >> >> define void @main(i64 %lo, i64 %hi, float* noalias %arg0, float* noalias >> %arg1, float* noalias %arg2) { >> entrypoint: >> %0 = bitcast float* %arg1 to <4...
2015 Jul 01
3
[LLVMdev] SLP vectorizer on AVX feature
...r pdcm dca sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid >> >> I use LLVM 3.6 checked out yesterday >> >> ~/toolchain/install/llvm-3.6/bin/opt -datalayout -basicaa -slp-vectorizer -instcombine < func_4x4x4_scalar_p_scalar.ll -S >> >> the output goes like: >> >> ; ModuleID = '<stdin>' >> >> define void @main(i64 %lo, i64 %hi, float* noalias %arg0, float* noalias %arg1, float* noalias %arg2) { >> entrypoint: >> %0 = bitcast float* %arg1 to <4 x float...
2015 Jul 01
3
[LLVMdev] SLP vectorizer on AVX feature
...l vmx smx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 x2apic popcnt aes xsave avx lahf_lm ida arat epb xsaveopt pln pts dts tpr_shadow vnmi flexpriority ept vpid I use LLVM 3.6 checked out yesterday ~/toolchain/install/llvm-3.6/bin/opt -datalayout -basicaa -slp-vectorizer -instcombine < func_4x4x4_scalar_p_scalar.ll -S the output goes like: ; ModuleID = '<stdin>' define void @main(i64 %lo, i64 %hi, float* noalias %arg0, float* noalias %arg1, float* noalias %arg2) { entrypoint: %0 = bitcast float* %arg1 to <4 x float>* %1 = load <4 x float>* %0, align 4 %2 = bitcast flo...