[llvm-commits] [llvm] r42554 - /llvm/trunk/lib/Target/X86/README.txt

2007-10-02 Thread Bill Wendling
Author: void Date: Tue Oct 2 16:49:31 2007 New Revision: 42554 URL: http://llvm.org/viewvc/llvm-project?rev=42554view=rev Log: Another micro-opt. Modified: llvm/trunk/lib/Target/X86/README.txt Modified: llvm/trunk/lib/Target/X86/README.txt URL:

Re: [llvm-commits] [llvm] r42554 - /llvm/trunk/lib/Target/X86/README.txt

2007-10-02 Thread Chris Lattner
Hi Bill, This is not enough context to reproduce this issue. Can you please include more in the .ll file? Specifically, the movswl wouldn't exist if tmp654 weren't live out I hope. It would be best if the .ll fragments were actually compilable. -Chris On Oct 2, 2007, at 2:49 PM, Bill

Re: [llvm-commits] [llvm] r42554 - /llvm/trunk/lib/Target/X86/README.txt

2007-10-02 Thread Bill Wendling
Sure. I can try to whittle down the testcase that I'm working on. -bw On Oct 2, 2007, at 8:35 PM, Chris Lattner wrote: Hi Bill, This is not enough context to reproduce this issue. Can you please include more in the .ll file? Specifically, the movswl wouldn't exist if tmp654 weren't live