[all-commits] [llvm/llvm-project] 7b9013: [PowerPC] Avoid RegScavenger::forward in PPCFrameL...
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue May 23 02:33:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b9013f784af87c603aafb20d90ae056ef94f386
https://github.com/llvm/llvm-project/commit/7b9013f784af87c603aafb20d90ae056ef94f386
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
Log Message:
-----------
[PowerPC] Avoid RegScavenger::forward in PPCFrameLowering
RegScavenger::backward is preferred because it does not rely on accurate
kill flags.
Differential Revision: https://reviews.llvm.org/D150558
More information about the All-commits
mailing list