[all-commits] [llvm/llvm-project] 7b966e: [clang][Interp][NFC] Add GetPtrBasePop opcode

Timm Bäder via All-commits all-commits at lists.llvm.org
Thu Jan 26 23:49:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b966e2156b8b461a29a49122286f804a30236e9
      https://github.com/llvm/llvm-project/commit/7b966e2156b8b461a29a49122286f804a30236e9
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2023-01-27 (Fri, 27 Jan 2023)

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

  Log Message:
  -----------
  [clang][Interp][NFC] Add GetPtrBasePop opcode

Change GetPtrBase to *not* pop the base pointer and add a *Pop variant.
This will be used in later patches.




More information about the All-commits mailing list