[llvm] r183966 - Enable FastISel on ARM for Linux and NaCl, not MCJIT
JF Bastien
jfb at google.com
Fri Jun 14 11:38:46 PDT 2013
> 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
More information about the llvm-commits
mailing list