[all-commits] [llvm/llvm-project] 0ed4cf: [PowerPC] support register pressure reduction in m...
Chen Zheng via All-commits
all-commits at lists.llvm.org
Sun Jan 24 18:28:55 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ed4cf4bf3b65e54d3ccb9a3bf1505efbd1b864c
https://github.com/llvm/llvm-project/commit/0ed4cf4bf3b65e54d3ccb9a3bf1505efbd1b864c
Author: Chen Zheng <czhengsz at cn.ibm.com>
Date: 2021-01-24 (Sun, 24 Jan 2021)
Changed paths:
M llvm/include/llvm/CodeGen/MachineCombinerPattern.h
M llvm/lib/CodeGen/MachineCombiner.cpp
M llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
M llvm/lib/Target/PowerPC/PPCInstrInfo.h
A llvm/test/CodeGen/PowerPC/register-pressure-reduction.ll
Log Message:
-----------
[PowerPC] support register pressure reduction in machine combiner.
Reassociating some patterns to generate more fma instructions to
reduce register pressure.
Reviewed By: jsji
Differential Revision: https://reviews.llvm.org/D92071
More information about the All-commits
mailing list