xref: /llvm-project/llvm/test/tools/llvm-mca/ARM/unsupported-write-variant.s (revision 079bf4b7b4fc3c2ffeb57b02a580408cd7259bf8)
1# RUN: not llvm-mca -march=arm -mcpu=swift -all-views=false 2>&1 < %s | FileCheck %s
2# D54648 results in this test to become valid.
3# XFAIL: *
4
5add r3, r1, r12, lsl #2
6
7# CHECK:      error: unable to resolve scheduling class for write variant.
8# CHECK-NEXT: note: instruction:    add r3, r1, r12, lsl #2
9