Displaying 1 result from an estimated 1 matches for "1_gather".
Did you mean:
xs_gather
2016 Jan 18
3
error of using GATHER intrinsic
...uble]* %A, i32, 0, i64
0
%splat.a = insertelement <2 x double*> undef, double* %a, i32 0
%brcst.a = shufflevector <2 x double*> % splat.a, <2 x double*> undef, <2 x
i32> zeroinitializer
%gep.addr = getelementptr <2 x double*> % brcst.a, <2 x i64>
zeroinitializer
%1_gather = call <2 x double> @llvm.masked.gather.v8f64(<2 x double*>
%gep.addr, i32 8, <2 x i1> <i1 true, i1, true>, <2 x double> undef)
I could load my pass successfully with opt, but I got the following errors
when I either run the new bitcode using lli or generate the assem...