1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

[llvm-mca] Add test case (NFC)

Fix previous commit r347434.

llvm-svn: 347437
This commit is contained in:
Evandro Menezes 2018-11-21 23:36:40 +00:00
parent 5e94e2fc8e
commit c9b15f0877

View File

@ -1,5 +1,5 @@
# RUN: not llvm-mca -march=aarch64 -mcpu=cyclone -resource-pressure=false < %s |& FileCheck %s
# UNSUPPORTED: -windows-
# RUN: not llvm-mca -march=aarch64 -mcpu=cyclone -resource-pressure=false < %s 2> %t
# RUN: FileCheck --input-file %t %s
ldr x7, [x1, #8]
ldr x6, [x1, x2]