[PATCH] D85516: [SVE][CodeGen] Fix issues with EXTRACT_SUBVECTOR when using scalable FP vectors

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 10 01:59:15 PDT 2020


efriedma added a comment.

Maybe we should just change the documentation and enforce the rule in SelectionDAG::getNode()?  Maybe simpler.  I guess it has to be a constant anyway?

Doing it in "legalization" would imply operation legalization, not type legalization, since i32 is a legal type.  Probably have to do it in target-specific code, since there isn't any good way to express the rule to LegalizaeDAG.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85516



More information about the llvm-commits mailing list