This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Implement BitXor opcode
ClosedPublic

Authored by tbaeder on Oct 28 2022, 8:22 AM.

Diff Detail

Event Timeline

tbaeder created this revision.Oct 28 2022, 8:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2022, 8:22 AM
tbaeder requested review of this revision.Oct 28 2022, 8:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2022, 8:22 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
shafik accepted this revision.Oct 28 2022, 7:02 PM

Besides the minor comment LGTM

clang/test/AST/Interp/literals.cpp
290

Should also work w/ unscoped enums as well.

This revision is now accepted and ready to land.Oct 28 2022, 7:02 PM
This revision was landed with ongoing or failed builds.Oct 30 2022, 1:26 AM
This revision was automatically updated to reflect the committed changes.