[all-commits] [llvm/llvm-project] 413aaf: [clang][Interp][NFC] Support IntAP(S) in emitPrimCast

Timm Baeder via All-commits all-commits at lists.llvm.org
Wed May 15 08:13:18 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 413aaf11cd74f422f05b990613f822dc10db4391
      https://github.com/llvm/llvm-project/commit/413aaf11cd74f422f05b990613f822dc10db4391
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
    M clang/lib/AST/Interp/ByteCodeExprGen.cpp

  Log Message:
  -----------
  [clang][Interp][NFC] Support IntAP(S) in emitPrimCast


  Commit: 28d5f7907e8c3adb6f0e2e16c9673a99f5e07522
      https://github.com/llvm/llvm-project/commit/28d5f7907e8c3adb6f0e2e16c9673a99f5e07522
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
    M clang/lib/AST/Interp/IntegralAP.h

  Log Message:
  -----------
  [clang][Interp][NFC] Use a smaller default size for IntegralAP

Since we later possibly initialize the value by using operator-new,
we need the default value to _not_ allocate memory.


Compare: https://github.com/llvm/llvm-project/compare/8ab753c12144...28d5f7907e8c

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