[PATCH] D99037: [Matrix] Implement explicit type conversions for matrix types
Saurabh Jha via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 22 14:25:20 PDT 2021
SaurabhJha added a comment.
In D99037#2640388 <https://reviews.llvm.org/D99037#2640388>, @fhahn wrote:
> Thanks for the patch! I think this also needs changes in code-gen & code-gen tests.
Hey @fhahn I searched but could not find the relevant code-gen and code-gen tests I need to fix. Can you please point me to where vectors casts are handled in code gen? I could probably use that for matrices.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99037/new/
https://reviews.llvm.org/D99037
More information about the cfe-commits
mailing list