blob: f4511f54ab55ba4483178c845d3099206cf8c029 [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
2
3add r3, r1, r12, lsl #2
4
5# CHECK: error: unable to resolve scheduling class for write variant.
6# CHECK-NEXT: note: instruction: add r3, r1, r12, lsl #2