This patch adds the and, or, and xor bitwise operations to
the index dialects with folders and LLVM lowerings.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D138590
[mlir][index] Add and, or, and xor ops ClosedPublic Authored by lboasso on Nov 23 2022, 10:06 AM.
Details Summary This patch adds the and, or, and xor bitwise operations to
Diff Detail Event TimelineHerald added subscribers: bzcheeseman, arphaman, hiraditya. · View Herald TranscriptNov 23 2022, 10:06 AM This revision is now accepted and ready to land.Nov 23 2022, 10:20 AM lboasso marked 3 inline comments as done. Comment ActionsSorry my editor tried to format IndexOps.td. It should be better now. This revision was not accepted when it landed; it landed in state Needs Review.Nov 23 2022, 11:27 AM Closed by commit rG4f9c9295a605: [mlir][index] Add and, or, and xor ops (authored by lboasso). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 477547 llvm/lib/Transforms/Utils/CloneModule.cpp
llvm/unittests/Transforms/Utils/CloningTest.cpp
|