[llvm-commits] [llvm] r57247 - /llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Dan Gohman
gohman at apple.com
Tue Oct 7 14:21:39 PDT 2008
On Oct 7, 2008, at 12:24 PM, Duncan Sands wrote:
>> FWIW, LegalizeIntegerTypes.cpp will eventually need to do
>> something similar, and it'll need to account for non-power-of-two
>> integer sizes also.
>
> As long as there are testcases, I will deal with it when
> I get back to working on LegalizeTypes.
Thanks! Andrew added dejagnu testcases for i128 arithmetic on Alpha,
and I added one for i256 arithmetic on x86, so I believe the basic
functionality is covered.
Dan
More information about the llvm-commits
mailing list