[all-commits] [llvm/llvm-project] 59661a: [LLVM][LangRef] Restrict vscale to be a signed pow...
Paul Walker via All-commits
all-commits at lists.llvm.org
Tue Feb 24 09:41:40 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 59661a295552c7fd766c4a5e81e2ce2ddd723515
https://github.com/llvm/llvm-project/commit/59661a295552c7fd766c4a5e81e2ce2ddd723515
Author: Paul Walker <paul.walker at arm.com>
Date: 2026-02-24 (Tue, 24 Feb 2026)
Changed paths:
M llvm/docs/LangRef.rst
M mlir/docs/Dialects/Vector.md
Log Message:
-----------
[LLVM][LangRef] Restrict vscale to be a signed power-of-two integer. (#183080)
There is no known requirement to support non-power-of-two
values of vscale and yet said support is leading to unnecessary
complexity within LLVM.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list