Displaying 6 results from an estimated 6 matches for "handleendblock".
2007 Jul 12
0
[LLVMdev] [PATCH] trivial: remove unused variable
fix the following warning:
FastDSE.cpp: In member function ‘bool<unnamed>::FDSE::handleEndBlock(llvm::BasicBlock&, llvm::SetVector<llvm::Instruction*, std::vector<llvm::Instruction*, std::allocator<llvm::Instruction*> >, llvm::SmallSet<llvm::Instruction*, 16u> >&)’:
FastDSE.cpp:174: warning: unused variable ‘AA’
--- a/lib/Transforms/Scalar/FastDSE.cpp (revisio...
2011 Oct 06
2
[LLVMdev] A potential bug
...de snippet:
...
1. %sum.safe_r47.pre-phi = phi i64* [ %sum.safe_r47.pre,
%entry.for.end_crit_edge ], [ %sum.safe_r42, %for.body ]
2. %call9 = call i32 @gettimeofday(%struct.timeval* %end, %struct.timeval*
null) nounwind
3. %0 = bitcast %struct.timeval* %start to i64* // eliminated by
HandleEndBlock in DeadStoreElimination.cpp
4. %1 = bitcast %struct.timeval* %agg.tmp to i64* // eliminated ...
5. %tmp49 = load i64* %0, align 8 // eliminated
...
6. store i64 %tmp49, i64* %1, align 8 // eliminated
...
7. %2 = bitcast %struct.timeval* %e...
2011 Oct 06
2
[LLVMdev] A potential bug
...phi i64* [ %sum.safe_r47.pre,
>> %entry.for.end_crit_edge ], [ %sum.safe_r42, %for.body ]
>> 2. %call9 = call i32 @gettimeofday(%struct.timeval* %end, %struct.timeval*
>> null) nounwind
>> 3. %0 = bitcast %struct.timeval* %start to i64* // eliminated by
>> HandleEndBlock in DeadStoreElimination.cpp
>> 4. %1 = bitcast %struct.timeval* %agg.tmp to i64* // eliminated ...
>> 5. %tmp49 = load i64* %0, align 8 // eliminated
>> ...
>> 6. store i64 %tmp49, i64* %1, align 8 // eliminated
>...
2011 Oct 06
0
[LLVMdev] A potential bug
...m.safe_r47.pre-phi = phi i64* [ %sum.safe_r47.pre,
> %entry.for.end_crit_edge ], [ %sum.safe_r42, %for.body ]
> 2. %call9 = call i32 @gettimeofday(%struct.timeval* %end, %struct.timeval*
> null) nounwind
> 3. %0 = bitcast %struct.timeval* %start to i64* // eliminated by
> HandleEndBlock in DeadStoreElimination.cpp
> 4. %1 = bitcast %struct.timeval* %agg.tmp to i64* // eliminated ...
> 5. %tmp49 = load i64* %0, align 8 // eliminated
> ...
> 6. store i64 %tmp49, i64* %1, align 8 // eliminated
> ...
> 7. %2...
2011 Oct 06
0
[LLVMdev] A potential bug
...>> %entry.for.end_crit_edge ], [ %sum.safe_r42, %for.body ]
> >> 2. %call9 = call i32 @gettimeofday(%struct.timeval* %end,
> %struct.timeval*
> >> null) nounwind
> >> 3. %0 = bitcast %struct.timeval* %start to i64* // eliminated
> by
> >> HandleEndBlock in DeadStoreElimination.cpp
> >> 4. %1 = bitcast %struct.timeval* %agg.tmp to i64* // eliminated ...
> >> 5. %tmp49 = load i64* %0, align 8 //
> eliminated
> >> ...
> >> 6. store i64 %tmp49, i64* %1, align 8...
2011 Oct 06
1
[LLVMdev] A potential bug
...um.safe_r42, %for.body ]
>> >> 2. %call9 = call i32 @gettimeofday(%struct.timeval* %end,
>> >> %struct.timeval*
>> >> null) nounwind
>> >> 3. %0 = bitcast %struct.timeval* %start to i64* //
>> >> eliminated by
>> >> HandleEndBlock in DeadStoreElimination.cpp
>> >> 4. %1 = bitcast %struct.timeval* %agg.tmp to i64* // eliminated
>> >> ...
>> >> 5. %tmp49 = load i64* %0, align 8 //
>> >> eliminated
>> >> ...
>> >> 6. store...