[all-commits] [llvm/llvm-project] 760136: [clang][Interp] Implement __builtin_assume

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


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

  Changed paths:
    M clang/lib/AST/Interp/Interp.cpp
    M clang/lib/AST/Interp/Interp.h
    M clang/lib/AST/Interp/InterpBuiltin.cpp
    M clang/test/AST/Interp/builtins.cpp

  Log Message:
  -----------
  [clang][Interp] Implement __builtin_assume

Just ignore it.

As part of this, move the Ret and RetVoid implementation to Interp.h, so
they can be shared with InterpBuiltin.cpp.

Differential Revision: https://reviews.llvm.org/D141193




More information about the All-commits mailing list