[PATCH] D79721: [Clang][AArch64] Capturing proper pointer alignment for Neon vld1 intrinsicts

Puyan Lotfi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 26 16:23:28 PDT 2020


plotfi added a comment.

Reduced crash case even further:

  void f() {
    signed char d[16];
    __builtin_neon_vld1q_v(d, 32);
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79721





More information about the cfe-commits mailing list