[PATCH] D83765: [SVE] Add lowering for scalable vector fadd, fdiv, fmul and fsub operations.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 11:36:34 PDT 2020


efriedma added a comment.

With this patch, we take an unpredicated operation, convert it to a predicated operation, then convert it back to an unpredicated operation?  That seems a little strange at first glance, but I guess it makes the SelectionDAG more uniform.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83765





More information about the llvm-commits mailing list