[PATCH] D75570: [AST][SVE] Add new Type queries for sizeless types

Richard Sandiford via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 3 15:00:34 PST 2020


rsandifo-arm added a comment.

At the moment the queries just return true for SVE types, so an obvious alternative would be to check specifically for SVE types.  The sizeless type concept is more general than that though.  E.g. my understanding from:

  https://gcc.gnu.org/ml/gcc/2019-11/msg00092.html

is that the RVV folks intend to use this too (both for clang and gcc).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75570





More information about the cfe-commits mailing list