[PATCH] D125988: [x86][SelectionDAG] Unroll vectorized FREM instructions which will be lowered to libcalls

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 23 07:59:49 PDT 2022


RKSimon added a comment.

LGTM - its annoying that we can't reuse the similar code for the unary ops, but not a big issue. I think we will probably need to add FPOW and the integer division/remainder, but we can address that later.

@craig.topper @efriedma  Any comments?


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

https://reviews.llvm.org/D125988



More information about the llvm-commits mailing list