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
2 changes: 1 addition & 1 deletion llvm/docs/LangRef.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2776,7 +2776,7 @@ For example:
specified, `max` must be a power-of-two greater-than-or-equal to `min` or 0
to signify an unbounded maximum. The syntax `vscale_range(<val>)` can be
used to set both `min` and `max` to the same value. Functions that don't
include this attribute make no assumptions about the value of `vscale`.
include this attribute make no assumptions about the range of `vscale`.
``nooutline``
This attribute indicates that outlining passes should not modify the
function.
Expand Down
Loading