[PATCH] D127982: [X86][FP16] Enable vector support for FP16 emulation
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 04:00:02 PDT 2022
pengfei added inline comments.
================
Comment at: llvm/test/CodeGen/X86/vec_fp_to_int.ll:2160
- ret <4 x i32> %ext
-}
-
----------------
RKSimon wrote:
> Why are we removing these?
It has been moved to "llvm/test/CodeGen/X86/vector-half-conversions.ll"
The reason is it's failed with `-mtriple=i686` and `-mtriple=i686 -mattr=+sse` in this file now. This is expected because the ABI requests targets that at least have SSE2 to support the `half` type.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127982/new/
https://reviews.llvm.org/D127982
More information about the llvm-commits
mailing list