[llvm] [WebAssembly] Use the same lowerings for f16x8 as other float vectors. (PR #127897)
Brendan Dahl via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 13:19:03 PST 2025
================
@@ -147,11 +150,6 @@ WebAssemblyTargetLowering::WebAssemblyTargetLowering(
setTruncStoreAction(T, MVT::f16, Expand);
}
- if (Subtarget->hasFP16()) {
----------------
brendandahl wrote:
This is now covered above in the loop.
https://github.com/llvm/llvm-project/pull/127897
More information about the llvm-commits
mailing list