[PATCH] D89034: [SystemZ] Use LA instead of AGR in eliminateFrameIndex().

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 04:24:26 PDT 2020


jonpa created this revision.
jonpa added a reviewer: uweigand.
Herald added subscribers: llvm-commits, arphaman, hiraditya.
Herald added a project: LLVM.
jonpa requested review of this revision.

Since AGR clobbers CC it should not be used here.

Fixes https://bugs.llvm.org/show_bug.cgi?id=47736.


https://reviews.llvm.org/D89034

Files:
  llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
  llvm/test/CodeGen/SystemZ/frame-14.ll
  llvm/test/CodeGen/SystemZ/frame-16.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89034.296917.patch
Type: text/x-patch
Size: 4781 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201008/a2cd9257/attachment.bin>


More information about the llvm-commits mailing list