[all-commits] [llvm/llvm-project] 2c52d5: Revert "[RISCV] Return InstSeq from generateInstSe...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Dec 7 12:59:59 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c52d516dabe8edcb8d8a27444763d8b1186cd28
https://github.com/llvm/llvm-project/commit/2c52d516dabe8edcb8d8a27444763d8b1186cd28
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-12-07 (Wed, 07 Dec 2022)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp
Log Message:
-----------
Revert "[RISCV] Return InstSeq from generateInstSeqImpl instead of using an output parameter. NFC"
This reverts commit d24915207c631b7cf637081f333b41bc5159c700.
Thinking about this more this probably chewed up 100+ bytes of stack
for each recursive call. So this probably needs more thought. The
code simplification wasn't that much.
More information about the All-commits
mailing list