We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d24b6 commit 1761b80Copy full SHA for 1761b80
llvm/docs/ReleaseNotes.md
@@ -109,6 +109,9 @@ Changes to the PowerPC Backend
109
Changes to the RISC-V Backend
110
-----------------------------
111
112
+* The loop vectorizer now performs tail folding by default on RISC-V, which
113
+ removes the need for a scalar epilogue loop. To restore the previous behaviour
114
+ use `-prefer-predicate-over-epilogue=scalar-epilogue`.
115
* `llvm-objdump` now has basic support for switching between disassembling code
116
and data using mapping symbols such as `$x` and `$d`. Switching architectures
117
using `$x` with an architecture string suffix is not yet supported.
0 commit comments