[PATCH] D136532: [clang][Interp] Implement left and right shifts
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 27 04:00:27 PDT 2022
tbaeder updated this revision to Diff 471113.
tbaeder marked 3 inline comments as done.
tbaeder added a comment.
Added suport for `>>=` and `<<=` as well so the test cases for those can be enabled.
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.471113.patch
Type: text/x-patch
Size: 13819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221027/67e8d173/attachment-0001.bin>
More information about the cfe-commits
mailing list