[PATCH] D141193: [clang][Interp] Implement __builtin_assume

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 7 03:08:46 PST 2023


tbaeder created this revision.
tbaeder added reviewers: aaron.ballman, erichkeane, tahonermann, shafik.
Herald added a project: All.
tbaeder requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141193

Files:
  clang/lib/AST/Interp/Interp.cpp
  clang/lib/AST/Interp/Interp.h
  clang/lib/AST/Interp/InterpBuiltin.cpp
  clang/test/AST/Interp/builtins.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141193.487077.patch
Type: text/x-patch
Size: 5639 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230107/63026cd5/attachment.bin>


More information about the cfe-commits mailing list