[all-commits] [llvm/llvm-project] 62a580: [clang][Interp] Implement bitwise and operations
Timm Bäder via All-commits
all-commits at lists.llvm.org
Fri Oct 14 05:01:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62a58050ba0afad5c1ca59195f10c6fdc0e0feaa
https://github.com/llvm/llvm-project/commit/62a58050ba0afad5c1ca59195f10c6fdc0e0feaa
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/Integral.h
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/Opcodes.td
M clang/test/AST/Interp/literals.cpp
Log Message:
-----------
[clang][Interp] Implement bitwise and operations
Differential Revision: https://reviews.llvm.org/D135012
More information about the All-commits
mailing list