[clang] [llvm] [WebAssembly] Implement prototype f16x8.splat instruction. (PR #93228)
Heejin Ahn via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 15:42:06 PDT 2024
================
@@ -90,6 +90,7 @@ class LLVM_LIBRARY_VISIBILITY WebAssemblyTargetInfo : public TargetInfo {
StringRef getABI() const override;
bool setABI(const std::string &Name) override;
+ bool useFP16ConversionIntrinsics() const override { return false; }
----------------
aheejin wrote:
I am not very familiar with the places where the function is used, but `!HasHalfPrecision` seems safer.
https://github.com/llvm/llvm-project/pull/93228
More information about the cfe-commits
mailing list