forked from OSchip/llvm-project
9dfcddfaae
Summary: After the `subview` operation was migrated from Linalg to Standard, it changed semantics and does not guarantee the absence of out-of-bounds accesses through the created view anymore. Compute the size of the subview to make sure it always fits within the view (subviews in last iterations of the loops may be smaller than those in other iterations). Differential Revision: https://reviews.llvm.org/D73614 |
||
---|---|---|
.. | ||
AffineOps | ||
FxpMathOps | ||
GPU | ||
LLVMIR | ||
Linalg | ||
LoopOps | ||
OpenMP | ||
QuantOps | ||
SDBM | ||
SPIRV | ||
StandardOps | ||
VectorOps | ||
CMakeLists.txt | ||
Traits.cpp |