[AArch64] Match FI+offset in STNP addressing mode.
[oota-llvm.git] / test / Feature / optnone-llc.ll
index b848b19d528b940a33a94d8d6323c4f49a2a0597..544b2ee39fb9b45944de61cf8a618a37f0b0b9f5 100644 (file)
@@ -4,7 +4,7 @@
 ; RUN: llc -O3 -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-Ox
 ; RUN: llc -misched-postra -debug %s -o /dev/null 2>&1 | FileCheck %s --check-prefix=LLC-MORE
 
-; REQUIRES: asserts
+; REQUIRES: asserts, native
 
 ; This test verifies that we don't run Machine Function optimizations
 ; on optnone functions.