brintos

brintos / llvm-project-archived public Read only

0
0
Text · 304 B · 6f95a01 Raw
9 lines · plain
1# RUN: not llvm-mca -march=arm -mcpu=swift -all-views=false 2>&1 < %s | FileCheck %s2# D54648 results in this test to become valid.3# XFAIL: *4 5add r3, r1, r12, lsl #26 7# CHECK:      error: unable to resolve scheduling class for write variant.8# CHECK-NEXT: note: instruction:    add r3, r1, r12, lsl #29