diff options
author | Florian Hahn <flo@fhahn.com> | 2025-06-04 09:15:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-04 09:15:57 +0100 |
commit | 370d01765c96da019e7970e875ce525819896464 (patch) | |
tree | 8c3fa7d814dd56c1535157c98a206a1f1a18b3a1 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 991d754074c187016c0159113ca64d0c55fe86c1 (diff) | |
download | llvm-370d01765c96da019e7970e875ce525819896464.zip llvm-370d01765c96da019e7970e875ce525819896464.tar.gz llvm-370d01765c96da019e7970e875ce525819896464.tar.bz2 |
[Matrix] Use shape info for StoreInst directly. (#142664)
ShapeInfo for the store operand may be dropped, e.g. because the operand
got folded by transpose optimizations to another instruction w/o shape
info. This was exposed by the assertion added in
https://github.com/llvm/llvm-project/pull/142416.
This updates VisitStore to use the shape-info directly from the
instruction, which is in line with the other Visit* functions and
ensures that we won't lose shape info.
PR: https://github.com/llvm/llvm-project/pull/142664
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions