[llvm-commits] [llvm] r45128 - /llvm/trunk/lib/Target/X86/X86InstrFPStack.td
Bill Wendling
isanbard at gmail.com
Mon Dec 17 16:43:59 PST 2007
On Dec 17, 2007 4:31 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Dec 17, 2007, at 4:29 PM, Chris Lattner wrote:
>
> >
> > On Dec 17, 2007, at 2:17 PM, Bill Wendling wrote:
> >
> >> Author: void
> >> Date: Mon Dec 17 16:17:14 2007
> >> New Revision: 45128
> >>
> >> URL: http://llvm.org/viewvc/llvm-project?rev=45128&view=rev
> >> Log:
> >> LD_Fp64m should have "isRematerializable" set.
> >
> > It should?
>
> Oh right, because isReallyTriviallyReMaterializable handles it.
>
> Doh, I hate that flag :-)
>
LOL. Yeah, it's not 100% great. I also added the isRemat flag to other
functions that that method deals with (and marked them appropriately
for LICM).
-bw
More information about the llvm-commits
mailing list