[all-commits] [llvm/llvm-project] 4fdaac: [PowerPC][NFC] Remove Darwin specific logic in fra...
Sean Fertile via All-commits
all-commits at lists.llvm.org
Fri Feb 21 06:32:44 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4fdaac0e1eb8e75fe59de0bd01cf72329dacbdb4
https://github.com/llvm/llvm-project/commit/4fdaac0e1eb8e75fe59de0bd01cf72329dacbdb4
Author: Sean Fertile <sd.fertile at gmail.com>
Date: 2020-02-21 (Fri, 21 Feb 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
Log Message:
-----------
[PowerPC][NFC] Remove Darwin specific logic in frame finalization.
Remove some cumbersome Darwin specific logic for updating the frame
offsets of the condition-register spill slots. The containing function has an
early return if the subtarget is not ELF based which makes the Darwin logic
dead.
More information about the All-commits
mailing list