[PATCH] D110342: [x86] convert logic-of-FP-compares to FP logic-of-vector-compares

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 10:14:13 PDT 2021


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/X86/fcmp-logic.ll:3
 ; RUN: llc < %s -mtriple=x86_64-- -mattr=sse2 | FileCheck %s --check-prefixes=SSE
 ; RUN: llc < %s -mtriple=x86_64-- -mattr=avx  | FileCheck %s --check-prefixes=AVX
 
----------------
We should probably add AVX512 coverage to ensure we're not doing anything that could be done better with kmask registers


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110342/new/

https://reviews.llvm.org/D110342



More information about the llvm-commits mailing list