diff options
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/GlobalISel/call-translator.ll | 1 | ||||
| -rw-r--r-- | llvm/test/CodeGen/AArch64/GlobalISel/legalize-pow.mir | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/call-translator.ll b/llvm/test/CodeGen/AArch64/GlobalISel/call-translator.ll index a4cc4633ce3..f8d95c88cc8 100644 --- a/llvm/test/CodeGen/AArch64/GlobalISel/call-translator.ll +++ b/llvm/test/CodeGen/AArch64/GlobalISel/call-translator.ll @@ -96,6 +96,7 @@ define {double, i64, i32} @test_struct_return({double, i64, i32}* %addr) { } ; CHECK-LABEL: name: test_arr_call +; CHECK: hasCalls: true ; CHECK: [[ARG:%[0-9]+]](s256) = G_LOAD ; CHECK: [[E0:%[0-9]+]](s64) = G_EXTRACT [[ARG]](s256), 0 diff --git a/llvm/test/CodeGen/AArch64/GlobalISel/legalize-pow.mir b/llvm/test/CodeGen/AArch64/GlobalISel/legalize-pow.mir index a25d3951e1a..2becc2e134b 100644 --- a/llvm/test/CodeGen/AArch64/GlobalISel/legalize-pow.mir +++ b/llvm/test/CodeGen/AArch64/GlobalISel/legalize-pow.mir @@ -15,6 +15,9 @@ body: | bb.0.entry: liveins: %d0, %d1, %s2, %s3 + ; CHECK-LABEL: name: test_pow + ; CHECK: hasCalls: true + %0:_(s64) = COPY %d0 %1:_(s64) = COPY %d1 %2:_(s32) = COPY %s2 |

