blob: 6f95a01767035cc4a6b3d2dafe60cf893e78a300 [file] [log] [blame]
Andrea Di Biagio083addf2018-10-24 10:56:47 +00001# RUN: not llvm-mca -march=arm -mcpu=swift -all-views=false 2>&1 < %s | FileCheck %s
Evandro Menezes079bf4b2018-11-23 21:17:33 +00002# D54648 results in this test to become valid.
3# XFAIL: *
Andrea Di Biagio083addf2018-10-24 10:56:47 +00004
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