[all-commits] [llvm/llvm-project] 070283: [mlir][vector] Clarify OOB semantics of remaining ...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Tue Mar 14 08:02:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 070283825aaff778f7fb527ebc4ef74c84b6c889
https://github.com/llvm/llvm-project/commit/070283825aaff778f7fb527ebc4ef74c84b6c889
Author: Jakub Kuderski <kubak at google.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
Log Message:
-----------
[mlir][vector] Clarify OOB semantics of remaining load/store ops
This is a follow up for https://reviews.llvm.org/D145824 that clarifies
the out-of-bounds behavior for other masked load/store ops. It uses the
same wording and informal semantics syntax as `gather` and `scatter`.
Issue: https://github.com/llvm/llvm-project/issues/60905
Reviewed By: aartbik
Differential Revision: https://reviews.llvm.org/D145975
More information about the All-commits
mailing list