[all-commits] [llvm/llvm-project] 3dafa4: [clang][bytecode] Don't narrow() when dereferencin...

Timm Baeder via All-commits all-commits at lists.llvm.org
Mon Mar 3 08:15:16 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3dafa486a6a41bacd31b3b1661fa44fa5e71520a
      https://github.com/llvm/llvm-project/commit/3dafa486a6a41bacd31b3b1661fa44fa5e71520a
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-03-03 (Mon, 03 Mar 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/Compiler.cpp
    A clang/test/AST/ByteCode/libcxx/deref-to-array.cpp

  Log Message:
  -----------
  [clang][bytecode] Don't narrow() when dereferencing to array type (#129524)

It doesn't make sense to do this if the result is supposed to be an
array.



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