diff options
author | Adam Nemet <anemet@apple.com> | 2020-12-11 09:39:15 -0800 |
---|---|---|
committer | Adam Nemet <anemet@apple.com> | 2021-05-17 17:40:46 -0700 |
commit | fcffd087c6bc1364678c1549ffc7a26fd8bea930 (patch) | |
tree | df9b0b0a6922894ad5a443946a730fd5338b3bea /clang/lib/CodeGen/CodeGenModule.h | |
parent | a91fb4328f255298dcc17dcb982db6831a53f81a (diff) | |
download | llvm-fcffd087c6bc1364678c1549ffc7a26fd8bea930.zip llvm-fcffd087c6bc1364678c1549ffc7a26fd8bea930.tar.gz llvm-fcffd087c6bc1364678c1549ffc7a26fd8bea930.tar.bz2 |
[Matrix] Fold the transpose into the matmul operand used to fetch scalars
For column-major this is:
A * B^t
whereas for row-major:
A^t * B
Differential Revision: https://reviews.llvm.org/D101762
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions