[PATCH] D136532: [clang][Interp] Implement left and right shifts

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 22 09:21:25 PDT 2022


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.

Add a test case based on `test/SemaCXX/shift.cpp`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136532

Files:
  clang/lib/AST/Interp/ByteCodeExprGen.cpp
  clang/lib/AST/Interp/Interp.h
  clang/lib/AST/Interp/Opcodes.td
  clang/test/AST/Interp/shifts.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136532.469912.patch
Type: text/x-patch
Size: 9329 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221022/6045cdb2/attachment-0001.bin>


More information about the cfe-commits mailing list