[PATCH] D109037: [RISCV] Enable shrink wrap by default

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 19:37:16 PDT 2021


MaskRay added a comment.

GCC's shrink wrapping is more sophisticated than LLVM's. LLVM's has very little tuning and doesn't support wrapping in more than one basic blocks. With this, future optimization will ... need to adjust the RISC-V tests but that's probably fine.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109037/new/

https://reviews.llvm.org/D109037



More information about the llvm-commits mailing list