[all-commits] [llvm/llvm-project] dfa3af: [clang][bytecode] Expand subscript base if of poin...

Timm Baeder via All-commits all-commits at lists.llvm.org
Tue Feb 25 02:40:27 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dfa3af9255fd542fed5149021289404e92a8a6f3
      https://github.com/llvm/llvm-project/commit/dfa3af9255fd542fed5149021289404e92a8a6f3
  Author: Timm Baeder <tbaeder at redhat.com>
  Date:   2025-02-25 (Tue, 25 Feb 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/Compiler.cpp
    M clang/lib/AST/ByteCode/Interp.h
    M clang/test/AST/ByteCode/arrays.cpp
    A clang/test/AST/ByteCode/libcxx/pointer-subscript.cpp

  Log Message:
  -----------
  [clang][bytecode] Expand subscript base if of pointer type (#128511)

This is similar to what we do in the AddOffset instruction when adding
an offset to a pointer.



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