[llvm] r183966 - Enable FastISel on ARM for Linux and NaCl, not MCJIT

JF Bastien jfb at google.com
Fri Jun 14 12:57:33 PDT 2013


Fixed in r183999. ARM and x86 still pass, and I assume that other
architectures all passed this test on O0, so they should still pass on
O1.

On Fri, Jun 14, 2013 at 11:43 AM, Eric Christopher <echristo at gmail.com> wrote:
> 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