[all-commits] [llvm/llvm-project] 6d965c: [clang][Interp] Implement left and right shifts
Timm Bäder via All-commits
all-commits at lists.llvm.org
Sun Oct 30 01:00:55 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d965c94ba5806eb18c34cec9a8e9c4cb65c6885
https://github.com/llvm/llvm-project/commit/6d965c94ba5806eb18c34cec9a8e9c4cb65c6885
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-10-30 (Sun, 30 Oct 2022)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Opcodes.td
A clang/test/AST/Interp/shifts.cpp
Log Message:
-----------
[clang][Interp] Implement left and right shifts
Differential Revision: https://reviews.llvm.org/D136532
More information about the All-commits
mailing list