diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/hipe-cc64.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/hipe-cc64.ll | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/hipe-cc64.ll b/llvm/test/CodeGen/X86/hipe-cc64.ll index efe07cf6301..43e2e1409fd 100644 --- a/llvm/test/CodeGen/X86/hipe-cc64.ll +++ b/llvm/test/CodeGen/X86/hipe-cc64.ll @@ -57,7 +57,11 @@ entry: store i64 %arg2, i64* %arg2_var store i64 %arg3, i64* %arg3_var - ; Loads are reading values just writen from corresponding register and are therefore noops. + ; CHECK: movq 40(%rsp), %r15 + ; CHECK-NEXT: movq 32(%rsp), %rbp + ; CHECK-NEXT: movq 24(%rsp), %rsi + ; CHECK-NEXT: movq 16(%rsp), %rdx + ; CHECK-NEXT: movq 8(%rsp), %rcx %0 = load i64, i64* %hp_var %1 = load i64, i64* %p_var %2 = load i64, i64* %arg0_var |

