linux-packaging-mono/external/llvm/test/CodeGen/MIR/ARM/ifcvt_diamond_unanalyzable.mir
Xamarin Public Jenkins (auto-signing) 64ac736ec5 Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
2019-04-12 14:10:50 +00:00

31 lines
650 B
YAML

# RUN: llc -mtriple=arm-apple-ios -run-pass=if-converter %s -o - | FileCheck %s
---
name: foo
body: |
bb.0:
Bcc %bb.2, 1, %cpsr
bb.1:
%sp = tADDspi %sp, 1, 14, _
B %bb.3
bb.2:
%sp = tADDspi %sp, 2, 14, _
B %bb.3
bb.3:
successors:
%sp = tADDspi %sp, 3, 14, _
BX_RET 14, _
...
# Diamond testcase with unanalyzable instruction in the BB following the
# diamond.
# CHECK: body: |
# CHECK: bb.0:
# CHECK: %sp = tADDspi %sp, 2, 1, %cpsr
# CHECK: %sp = tADDspi %sp, 1, 0, %cpsr, implicit %sp
# CHECK: %sp = tADDspi %sp, 3, 14, %noreg
# CHECK: BX_RET 14, %noreg