On Dec 22, 2006, at 10:08 PM, Reid Spencer wrote: > All, > > As the SetCondInst instruction has been replaced with the new FCmpInst > and ICmpInst instrucitons in LLVM, the attached patch compensates for > this in llvm-gcc. Since the Apple developers are unlikely to commit > this > for over a week, if you're working over the holidays you'll need to > apply this manually to your llvm-gcc tree.
This patch is incorrect for many FP comparisons. It looks like you've fixed almost all of them in later patches. However LTGT_EXPR should be FCMP_ONE, not FCMP_UNE, and that is still in mainline. -Chris _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits