[PATCH] D63765: [AMDGPU] Fix Livereg computation during epilogue insertion
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 26 13:35:40 PDT 2019
arsenm closed this revision.
arsenm added a comment.
r364470
================
Comment at: test/CodeGen/AMDGPU/callee-special-input-sgprs.ll:488
; GCN-NOT: s13
-; GCN-NOT: s[6:7]
; GCN-NOT: s[8:9]
----------------
arsenm wrote:
> Why did this change?
I fixed this to add the new scratch use and keep the -NOT
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63765/new/
https://reviews.llvm.org/D63765
More information about the llvm-commits
mailing list