This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: The actual LLVM integration patch
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: sabre at nondot dot org (Chris Lattner)
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 29 Nov 2005 01:17:53 -0500 (EST)
- Subject: Re: The actual LLVM integration patch
>
>
> I threw the current version of the patch up here:
> http://nondot.org/sabre/llvm-gcc-4.0-patch.tar.gz
A couple of comments.
getIntegerType is really badly. It seems better to use
the mode to detect the type.
Also maping 128bit fp type to {double, double} seems wrong
for almost all targets except for PPC and MIPS which uses almost
the same 128bit fp encoding.
-- Pinski