[llvm] [X86][FP16][BF16] Improve vectorization of fcmp (PR #116153)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 25 01:24:02 PST 2024
================
@@ -23333,12 +23339,8 @@ static unsigned translateX86FSETCC(ISD::CondCode SetCCOpcode, SDValue &Op0,
/// Break a VSETCC 256-bit integer VSETCC into two new 128 ones and then
/// concatenate the result back.
----------------
RKSimon wrote:
`VSETCC 256-bit VSETCC`
https://github.com/llvm/llvm-project/pull/116153
More information about the llvm-commits
mailing list