[LLVMdev] Lowering operations to 8-bit!
Chris Lattner
sabre at nondot.org
Fri Sep 28 12:03:51 PDT 2007
On Sep 28, 2007, at 11:36 AM, <Alireza.Moshtaghi at microchip.com>
<Alireza.Moshtaghi at microchip.com> wrote:
> I moved my code to 2.1 but still the same.
> If I make ADD i16 legal, then it goes through, but it has problem
> expanding it to i8.
> Should I go ahead and customize it and do the same for all
> instructions?
> Or there is a more general thing that I can do?
I really can't tell without more information. How is it failing?
Can you add a stack trace and pdf of the dump of the dag being
legalized when it crashes?
-Chris
More information about the llvm-dev
mailing list