diff options
Diffstat (limited to 'test/CodeGen/AArch64/remat.ll')
-rw-r--r-- | test/CodeGen/AArch64/remat.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/AArch64/remat.ll b/test/CodeGen/AArch64/remat.ll index 32b3ed2..8b3e6dd 100644 --- a/test/CodeGen/AArch64/remat.ll +++ b/test/CodeGen/AArch64/remat.ll @@ -1,5 +1,6 @@ ; RUN: llc -mtriple=aarch64-linux-gnuabi -mcpu=cortex-a57 -o - %s | FileCheck %s ; RUN: llc -mtriple=aarch64-linux-gnuabi -mcpu=cortex-a53 -o - %s | FileCheck %s +; RUN: llc -mtriple=aarch64-linux-gnuabi -mcpu=cortex-a72 -o - %s | FileCheck %s %X = type { i64, i64, i64 } declare void @f(%X*) |