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 6b13fcc commit b2d5bceCopy full SHA for b2d5bce
llvm/docs/ReleaseNotes.md
@@ -111,7 +111,7 @@ Changes to the RISC-V Backend
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 `-mllvm -prefer-predicate-over-epilogue=scalar-epilogue`.
+ 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