[llvm-commits] [llvm] r86322 - in /llvm/trunk: include/llvm/CodeGen/LiveIntervalAnalysis.h lib/CodeGen/LiveIntervalAnalysis.cpp
Jakob Stoklund Olesen
stoklund at 2pi.dk
Fri Nov 6 19:05:00 PST 2009
On Nov 6, 2009, at 6:51 PM, Evan Cheng wrote:
>
> On Nov 6, 2009, at 6:28 PM, Jakob Stoklund Olesen wrote:
>> The early coalescer wanted to define %reg1065 at index 2508, even
>> though it is being used at the next instruction. This is the
>> miscompilation.
>
> But I bet the resulting code is exactly the same as that without the
> early coalescer . :-)
Yup :-)
More information about the llvm-commits
mailing list