[PATCH] D76086: [Sema][SVE] Reject arithmetic on pointers to sizeless types

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 12 12:29:00 PDT 2020


efriedma added a comment.

Do we really want to forbid this?  The expected semantics are clear, and the obvious lowering to getelementptr just works.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76086





More information about the cfe-commits mailing list