[clang] [llvm] [WebAssembly] Implement prototype f16x8.splat instruction. (PR #93228)
Derek Schuff via cfe-commits
cfe-commits at lists.llvm.org
Thu May 23 14:23:23 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; }
----------------
dschuff wrote:
Is this used?
https://github.com/llvm/llvm-project/pull/93228
More information about the cfe-commits
mailing list