[PATCH] SelectionDAG: fold (fp_to_u/sint (u/sint_to_fp val)) when possible

Eric Christopher echristo at gmail.com
Mon Feb 9 11:09:57 PST 2015


Slight nit/question:

+; RUN: llc < %s | FileCheck %s
+target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-apple-macosx10.10.0"

a) use -mtriple to llc rather than putting it into the module, however,
b) Probably don't need the triple? Just x86 good enough?

-eric

On Mon Feb 09 2015 at 8:57:18 AM Fiona Glaser <fglaser at apple.com> wrote:

> Some slight improvements/tweaks based on internal comments.
>
> Fiona
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150209/12f38f2c/attachment.html>


More information about the llvm-commits mailing list