ARM & AArch64: make use of common cmpxchg idioms after expansion
[oota-llvm.git] / test / CodeGen / ARM / ifcvt-branch-weight.ll
index cd8a561386216c28c334f95aaea6666d9170de30..a994d3d01ae8c5508e68e176ff1980d132f163d7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=thumbv8 -print-machineinstrs=if-converter -o /dev/null 2>&1 | FileCheck %s
+; RUN: llc < %s -mtriple=thumbv8 -print-machineinstrs=if-converter -arm-atomic-cfg-tidy=0 -o /dev/null 2>&1 | FileCheck %s
 
 %struct.S = type { i8* (i8*)*, [1 x i8] }
 define internal zeroext i8 @bar(%struct.S* %x, %struct.S* nocapture %y) nounwind readonly {