[PATCH] D109037: [RISCV] Enable shrink wrap by default
Evandro Menezes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 1 12:00:12 PDT 2021
evandro added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/shrinkwrap.ll:2
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
-; RUN: llc -mtriple riscv32 < %s | FileCheck %s -check-prefix=RV32I-NOSW
-; RUN: llc -mtriple riscv32 -enable-shrink-wrap < %s | FileCheck %s -check-prefix=RV32I-SW
----------------
jrtc27 wrote:
> Is there value in keeping an -enable-shrink-wrap=false case?
I don't believe so. But I don't feel strongly about it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109037/new/
https://reviews.llvm.org/D109037
More information about the llvm-commits
mailing list