search for: reload362

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

Did you mean: reload2
2015 Apr 21
2
[LLVMdev] RFC: Missing canonicalization in LLVM
...%195 = load i64* %194, align 8, !tbaa !25 %200 = bitcast double* %p_j_x452.0.reg2mem to i64* store i64 %195, i64* %200, align 8 After SROA : while.cond473: ; preds = %while.cond473.outer78, %while.body475 %p_j_x452.0.reg2mem.sroa.0.0.p_j_x452.0.reload362 = phi i64 [ %p_j_x452.0.ph73.reg2mem.sroa.0.0.load368, %while.cond473.outer78 ], [ %178, %while.body475 ] %173 = bitcast i64 %p_j_x452.0.reg2mem.sroa.0.0.p_j_x452.0.reload362 to double while.body475: ; preds = %while.cond473 %sub480 = fsub fast double %7...
2015 Apr 23
2
[LLVMdev] RFC: Missing canonicalization in LLVM
...%195 = load i64* %194, align 8, !tbaa !25 %200 = bitcast double* %p_j_x452.0.reg2mem to i64* store i64 %195, i64* %200, align 8 After SROA : while.cond473: ; preds = %while.cond473.outer78, %while.body475 %p_j_x452.0.reg2mem.sroa.0.0.p_j_x452.0.reload362 = phi i64 [ %p_j_x452.0.ph73.reg2mem.sroa.0.0.load368, %while.cond473.outer78 ], [ %178, %while.body475 ] %173 = bitcast i64 %p_j_x452.0.reg2mem.sroa.0.0.p_j_x452.0.reload362 to double while.body475: ; preds = %while.cond473 %sub480 = fsub fast double %7...
2015 Jan 21
3
[LLVMdev] RFC: Missing canonicalization in LLVM
> On Jan 21, 2015, at 3:02 PM, Chandler Carruth <chandlerc at gmail.com> wrote: > > > On Wed, Jan 21, 2015 at 2:43 PM, Pete Cooper <peter_cooper at apple.com <mailto:peter_cooper at apple.com>> wrote: > The first thing that springs to mind is that I don’t trust the backend to get this right. I don’t think it will understand when an i32 load/store would have been