ARM: Fix TPsoft for Thumb mode
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-ifcvt3.ll
index bcf10eff729b917e43ed05a2c636685ad842e475..79667d43b95e5b673ae73c414b4cb0be9e7359fb 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llc < %s -mtriple=thumbv7-apple-darwin | FileCheck %s
+; RUN: llc < %s -mtriple=thumbv7-apple-darwin -arm-atomic-cfg-tidy=0 | FileCheck %s
+; RUN: llc < %s -mtriple=thumbv7-apple-darwin -arm-atomic-cfg-tidy=0 -arm-default-it | FileCheck %s
+; RUN: llc < %s -mtriple=thumbv8-apple-darwin -arm-atomic-cfg-tidy=0 -arm-no-restrict-it | FileCheck %s
 
 ; There shouldn't be a unconditional branch at end of bb52.
 ; rdar://7184787