[all-commits] [llvm/llvm-project] 8e6a05: [WebAssembly] Added vectorized version of fexp10 t...
Jasmine Tang via All-commits
all-commits at lists.llvm.org
Fri Jul 25 12:31:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8e6a05d4712c3e134737d1584da90854a72bd84d
https://github.com/llvm/llvm-project/commit/8e6a05d4712c3e134737d1584da90854a72bd84d
Author: Jasmine Tang <jjasmine at igalia.com>
Date: 2025-07-25 (Fri, 25 Jul 2025)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
A llvm/test/CodeGen/WebAssembly/libcall_vectorized.ll
Log Message:
-----------
[WebAssembly] Added vectorized version of fexp10 to the supported list (#150564)
Fixes https://github.com/llvm/llvm-project/issues/117200.
The default behavior in TargetLoweringBase is only scalar floats on fexp
are supported by default, not the vectorized version. This PR adds
`ISD::FEXP10` to the supported list.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list