diff options
Diffstat (limited to 'llvm/test/CodeGen/AMDGPU/fix-frame-reg-in-custom-csr-spills.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/fix-frame-reg-in-custom-csr-spills.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/fix-frame-reg-in-custom-csr-spills.ll b/llvm/test/CodeGen/AMDGPU/fix-frame-reg-in-custom-csr-spills.ll index c4063ae..76a2114 100644 --- a/llvm/test/CodeGen/AMDGPU/fix-frame-reg-in-custom-csr-spills.ll +++ b/llvm/test/CodeGen/AMDGPU/fix-frame-reg-in-custom-csr-spills.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx906 -verify-machineinstrs < %s | FileCheck -check-prefix=GCN %s +; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx906 < %s | FileCheck -check-prefix=GCN %s ; The custom CSR spills inserted during the frame lowering was earlier using SP as the frame base. ; The offsets allocated for the CS objects go wrong when any local stack object has a higher |