search for: llvmdialectmodul

Displaying 2 results from an estimated 2 matches for "llvmdialectmodul".

Did you mean: llvmdialectmodule
2019 Sep 02
3
AVX2 codegen - question reg. FMA generation
...ded value, the vfmadd instruction could be used in multiple ways. I suspect I'm missing something, which I why I'm not already posting this on llvm-bugs. Is this expected behavior? ------------------------------------------------------------------------------------------- ; ModuleID = 'LLVMDialectModule' source_filename = "LLVMDialectModule" declare i8* @malloc(i64) declare void @free(i8*) define <8 x float>* @fma(<8 x float>* %0, float* %1, <8 x float>* %2) { br label %4 4: ; preds = %7, %3 %5 = phi i64 [ %19,...
2019 Sep 02
2
AVX2 codegen - question reg. FMA generation
...n multiple ways. I suspect I'm > > missing something, which I why I'm not already posting this on > > llvm-bugs. Is this expected behavior? > > > > ------------------------------------------------------------------------------------------- > > ; ModuleID = 'LLVMDialectModule' > > source_filename = "LLVMDialectModule" > > > > declare i8* @malloc(i64) > > > > declare void @free(i8*) > > > > define <8 x float>* @fma(<8 x float>* %0, float* %1, <8 x float>* %2) { > > br label %4 > > &g...