[PATCH] D86894: [SVE] Disable INSERT_SUBVECTOR DAGCombine for scalable vectors

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 31 14:54:47 PDT 2020


efriedma added a comment.

Not sure we want an actual `operator%`.  If Min is divisible by RHS, we can divide without knowing the vscale.  If Min isn't divisible by RHS, though, operator/ and operator% don't make sense.


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

https://reviews.llvm.org/D86894



More information about the llvm-commits mailing list