diff --git a/llvm/docs/ReleaseNotes.md b/llvm/docs/ReleaseNotes.md index 88b7e6d6585f7..01efeae63c499 100644 --- a/llvm/docs/ReleaseNotes.md +++ b/llvm/docs/ReleaseNotes.md @@ -109,6 +109,9 @@ Changes to the PowerPC Backend Changes to the RISC-V Backend ----------------------------- +* The loop vectorizer now performs tail folding by default on RISC-V, which + removes the need for a scalar epilogue loop. To restore the previous behaviour + use `-prefer-predicate-over-epilogue=scalar-epilogue`. * `llvm-objdump` now has basic support for switching between disassembling code and data using mapping symbols such as `$x` and `$d`. Switching architectures using `$x` with an architecture string suffix is not yet supported.