[all-commits] [llvm/llvm-project] 3ca6ea: [Clang][ByteCode][NFC] Move APInt into pushInteger...

Shafik Yaghmour via All-commits all-commits at lists.llvm.org
Wed Jun 11 08:03:06 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ca6ea0f3aabcfba318ce9b14e4567f05de3b556
      https://github.com/llvm/llvm-project/commit/3ca6ea0f3aabcfba318ce9b14e4567f05de3b556
  Author: Shafik Yaghmour <shafik.yaghmour at intel.com>
  Date:   2025-06-11 (Wed, 11 Jun 2025)

  Changed paths:
    M clang/lib/AST/ByteCode/InterpBuiltin.cpp

  Log Message:
  -----------
  [Clang][ByteCode][NFC] Move APInt into pushInteger since it is being passed by value (#143578)

Static analysis flagged that we could move APInt instead of copy, indeed
it has a move constructor and so we should move into values for APInt.



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