Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading