[all-commits] [llvm/llvm-project] ce4d5a: [clang][Interp] Implement bitwise Or operations
Timm Bäder via All-commits
all-commits at lists.llvm.org
Fri Oct 14 05:17:23 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ce4d5ae9dcf64deade70f305b8d7ab8d0dc80102
https://github.com/llvm/llvm-project/commit/ce4d5ae9dcf64deade70f305b8d7ab8d0dc80102
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 Or operations
Analogous to the bitAnd implementation, do the same for bitwise or.
Differential Revision: https://reviews.llvm.org/D135361
More information about the All-commits
mailing list