[all-commits] [llvm/llvm-project] 7226b3: [X86] Support vectorized llvm.fmaximum/fminimum.vX...
xilinbai-intel via All-commits
all-commits at lists.llvm.org
Wed Dec 25 01:54:35 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7226b39926b5df6452d13e83f61e35a71dbe448d
https://github.com/llvm/llvm-project/commit/7226b39926b5df6452d13e83f61e35a71dbe448d
Author: xilinbai-intel <xilin.bai at intel.com>
Date: 2024-12-25 (Wed, 25 Dec 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/avx512fp16-fminimum-fmaximum.ll
Log Message:
-----------
[X86] Support vectorized llvm.fmaximum/fminimum.vXf16 lowering (#120988)
Support the lowering of vectorized FMINIMUM and FMAXIMUM to vminph and
vmaxph on types v8f16, v16f16 when AVX512FP, AVX512VL features are
present, and on type v32f16 when AVX512FP is present.
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