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

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 25 00:35:28 PDT 2022


tbaeder updated this revision to Diff 470391.
tbaeder added a comment.

Excuse the code duplication here, I'll get rid of it as soon as we all agree that the functionality is correct.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136532/new/

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.470391.patch
Type: text/x-patch
Size: 11868 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221025/44a27d9b/attachment.bin>


More information about the cfe-commits mailing list