[PATCH] D99037: [Matrix] Implement C-style explicit type conversions for matrix types
Saurabh Jha via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 7 13:08:16 PDT 2021
SaurabhJha added inline comments.
================
Comment at: clang/lib/CodeGen/CGExprScalar.cpp:1453
+ CGF.CGM.getIntrinsic(llvm::Intrinsic::convert_to_fp16,
+ CGF.CGM.FloatTy),
+ Res);
----------------
Not sure why this was changed. Perhaps clang-clean.
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