[llvm-commits] [Patch] Custom Lowering for TRUNCATE
Evan Cheng
echeng at apple.com
Mon Dec 1 22:58:51 PST 2008
This looks good. Can you commit?
Thanks,
Evan
On Dec 1, 2008, at 12:59 PM, Tilmann Scheller wrote:
> On Mon, Dec 1, 2008 at 7:35 PM, Evan Cheng <evan.cheng at apple.com>
> wrote:
>> The code to custom lower TRUNCATE should be inside the getTypeAction
>> Legal case, right?
>>
>> switch (getTypeAction(Node->getOperand(0).getValueType())) {
>> case Legal:
>>
>> Evan
> Yes, my bad. I've attached a new patch.
>
> Greetings,
>
> Tilmann
> <
> customLowerTruncate2
> .patch>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list