[llvm] r182937 - Don't use fast isel on this test.

Rafael Espindola rafael.espindola at gmail.com
Thu May 30 09:29:28 PDT 2013


Author: rafael
Date: Thu May 30 11:29:28 2013
New Revision: 182937

URL: http://llvm.org/viewvc/llvm-project?rev=182937&view=rev
Log:
Don't use fast isel on this test.

This fixes the test on ARM. Looks like it was broken by r182877. Not
sure if this is a bug on fast isel on ARM, but this should help fix
the ARM bots.

Modified:
    llvm/trunk/test/DebugInfo/2010-04-19-FramePtr.ll

Modified: llvm/trunk/test/DebugInfo/2010-04-19-FramePtr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-04-19-FramePtr.ll?rev=182937&r1=182936&r2=182937&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2010-04-19-FramePtr.ll (original)
+++ llvm/trunk/test/DebugInfo/2010-04-19-FramePtr.ll Thu May 30 11:29:28 2013
@@ -1,4 +1,4 @@
-; RUN: llc -asm-verbose -O0 -o %t < %s 
+; RUN: llc -fast-isel=false -asm-verbose -O0 -o %t < %s 
 ; RUN: grep DW_AT_APPLE_omit_frame_ptr %t
 ; RUN: llc -disable-fp-elim -asm-verbose -O0 -o %t < %s 
 ; RUN: grep -v DW_AT_APPLE_omit_frame_ptr %t





More information about the llvm-commits mailing list