[PATCH] D149844: [X86] Add lowering of fminimum/fmaximum for vector operands
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 4 05:43:33 PDT 2023
RKSimon added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:1391
setOperationAction(ISD::STRICT_FROUNDEVEN, VT, Legal);
setOperationAction(ISD::FROUND, VT, Custom);
----------------
Add these here in the existing loop
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:1819
setOperationAction(ISD::STRICT_FROUNDEVEN, VT, Legal);
setOperationAction(ISD::FROUND, VT, Custom);
----------------
Add these here in the existing loop
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149844/new/
https://reviews.llvm.org/D149844
More information about the llvm-commits
mailing list