[llvm] r183966 - Enable FastISel on ARM for Linux and NaCl, not MCJIT
Eric Christopher
echristo at gmail.com
Fri Jun 14 11:43:23 PDT 2013
On Fri, Jun 14, 2013 at 11:38 AM, JF Bastien <jfb at google.com> wrote:
>> The test was originally just to check the name and make sure it showed
>> up when it was supposed to. Could just as easily add the option to
>> enable and disable fast-isel or (even easier) run the positive check
>> (that the attribute is there) at O1.
>
>
> OK to commit the following?
>
> -; RUN: llc -asm-verbose -O0 -o %t < %s
> +; RUN: llc -asm-verbose -O1 -o %t < %s
> ; RUN: grep DW_AT_APPLE_omit_frame_ptr %t
> -; RUN: llc -disable-fp-elim -asm-verbose -O0 -o %t < %s
> +; RUN: llc -disable-fp-elim -asm-verbose -O1 -o %t < %s
> ; RUN: grep -v DW_AT_APPLE_omit_frame_ptr %t
Sure, that'll work.
-eric
More information about the llvm-commits
mailing list