[llvm-commits] [llvm] r102509 - /llvm/trunk/lib/Target/X86/X86FloatingPoint.cpp
Chris Lattner
clattner at apple.com
Wed Apr 28 13:04:20 PDT 2010
On Apr 28, 2010, at 12:59 PM, Jakob Stoklund Olesen wrote:
>>>
>>> Now it doesn't.
>>
>> Great! Testcase? :)
>
> I fixed this because one of the existing test cases started failing with the r102510 patch, so there already is a test case :-)
>
> It was inline-asm-fpstack.ll.
>
> This kind of thing may show up again. After r102510, the coalescer can produce instructions with multiple kill flags on the same register. I decided that that was not an error, and anyone expecting only a single kill flag is mistaken.
Ok, sounds great!
-Chris
More information about the llvm-commits
mailing list