[all-commits] [llvm/llvm-project] 7af3d4: Revert "[RISCV] Enable shrink wrap by default"
Dimitry Andric via All-commits
all-commits at lists.llvm.org
Sat Feb 12 10:06:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7af3d4ab3d5da07256e1a7a0438e7308e14b9fd5
https://github.com/llvm/llvm-project/commit/7af3d4ab3d5da07256e1a7a0438e7308e14b9fd5
Author: Dimitry Andric <dimitry at andric.com>
Date: 2022-02-12 (Sat, 12 Feb 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFrameLowering.cpp
M llvm/lib/Target/RISCV/RISCVFrameLowering.h
M llvm/test/CodeGen/RISCV/ctlz-cttz-ctpop.ll
M llvm/test/CodeGen/RISCV/double-br-fcmp.ll
M llvm/test/CodeGen/RISCV/double-stack-spill-restore.ll
M llvm/test/CodeGen/RISCV/float-br-fcmp.ll
M llvm/test/CodeGen/RISCV/frame-info.ll
M llvm/test/CodeGen/RISCV/half-br-fcmp.ll
M llvm/test/CodeGen/RISCV/rv32zbb.ll
M llvm/test/CodeGen/RISCV/rv64zbb.ll
M llvm/test/CodeGen/RISCV/shrinkwrap.ll
Log Message:
-----------
Revert "[RISCV] Enable shrink wrap by default"
This reverts commit 5ebdb07e7eb366c20fa2d914e07a4d380975f266.
Enabling shrink wrap by default can cause assertions or crashes, and
these should first be investigated and fixed. For now, reverting the
change so it can be cherry-picked into 14.0.0 is the safest choice.
More information about the All-commits
mailing list