Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D135361
[clang][Interp] Implement bitwise Or operations ClosedPublic Authored by tbaeder on Oct 6 2022, 6:18 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 6 2022, 5:28 PM This revision was landed with ongoing or failed builds.Oct 14 2022, 5:17 AM Closed by commit rGce4d5ae9dcf6: [clang][Interp] Implement bitwise Or operations (authored by tbaeder). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 467747 clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/lib/AST/Interp/Integral.h
clang/lib/AST/Interp/Interp.h
clang/lib/AST/Interp/Opcodes.td
clang/test/AST/Interp/literals.cpp
|