[all-commits] [llvm/llvm-project] d85149: [SystemZ] Use LA instead of AGR in eliminateFrameI...
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Fri Oct 9 04:07:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d851495f2fe614c4c860bda1bd3c80bfbe48360b
https://github.com/llvm/llvm-project/commit/d851495f2fe614c4c860bda1bd3c80bfbe48360b
Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
Date: 2020-10-09 (Fri, 09 Oct 2020)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
M llvm/test/CodeGen/SystemZ/frame-14.ll
M llvm/test/CodeGen/SystemZ/frame-16.ll
Log Message:
-----------
[SystemZ] Use LA instead of AGR in eliminateFrameIndex().
Since AGR clobbers CC it should not be used here.
Fixes https://bugs.llvm.org/show_bug.cgi?id=47736.
Review: Ulrich Weigand
Differential Revision: https://reviews.llvm.org/D89034
More information about the All-commits
mailing list