[PATCH] Avoid illegal integer promotion in X86FastISel
Chandler Carruth
chandlerc at google.com
Mon Nov 11 17:24:56 PST 2013
Totally not an important comment for this review....
On Mon, Nov 11, 2013 at 5:19 PM, Eric Christopher <echristo at gmail.com>wrote:
> +; RUN: llc %s -O0 -o - | FileCheck %s
> +
> +target triple = "armv7-apple-ios"
>
> Go ahead and fold the triple into RUN line for all of these.
>
Why is that better? I'd actually prefer target being in the IR because then
there is less to type when reproducing or debugging a failure.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131111/31657b32/attachment.html>
More information about the llvm-commits
mailing list