[llvm] [X86][FP16][BF16] Improve vectorization of fcmp (PR #116153)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 25 03:26:24 PST 2024
================
@@ -23483,14 +23485,40 @@ static SDValue LowerVSETCC(SDValue Op, const X86Subtarget &Subtarget,
SDLoc dl(Op);
if (isFP) {
- MVT EltVT = Op0.getSimpleValueType().getVectorElementType();
+ MVT SVT = Op0.getSimpleValueType();
----------------
phoebewang wrote:
Done
https://github.com/llvm/llvm-project/pull/116153
More information about the llvm-commits
mailing list