[all-commits] [llvm/llvm-project] c0c36a: [clang codegen] fix crash emitting __array_rank (#...

Congcong Cai via All-commits all-commits at lists.llvm.org
Tue Oct 22 02:04:15 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0c36aa0189de217d7a312829ba40e838090294d
      https://github.com/llvm/llvm-project/commit/c0c36aa0189de217d7a312829ba40e838090294d
  Author: Congcong Cai <congcongcai0907 at 163.com>
  Date:   2024-10-22 (Tue, 22 Oct 2024)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/CodeGen/CGExprScalar.cpp
    A clang/test/CodeGen/builtins-array-rank.cpp

  Log Message:
  -----------
  [clang codegen] fix crash emitting __array_rank (#113186)

Fixed: #113044
the type of `ArrayTypeTraitExpr` can be changed, use i32 directly is
incorrect.

---------

Co-authored-by: Eli Friedman <efriedma at quicinc.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list