[PATCH] D153510: [Clang] Check type support for local variable declaration

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 22 08:54:41 PDT 2023


craig.topper added a comment.

@aaron.ballman The backend crashes at -O0 when scalable vector variables are declared because the stack frame code doesn't expect to see them when the vector extension isn't enabled.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153510



More information about the cfe-commits mailing list