The functions are identical except for the opcode of the node.
We can have a single function and use N->getOpcode().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D153929
[LegalizeTypes] Combine PromoteIntRes_VECTOR_DEINTERLEAVE and PromoteIntRes_VECTOR_INTERLEAVE. NFC ClosedPublic Authored by craig.topper on Jun 27 2023, 3:59 PM.
Details Summary The functions are identical except for the opcode of the node.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 28 2023, 2:50 AM This revision was landed with ongoing or failed builds.Jun 28 2023, 7:58 AM Closed by commit rGe819f5cccfe9: [LegalizeTypes] Combine PromoteIntRes_VECTOR_DEINTERLEAVE and… (authored by craig.topper). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 535413 llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
|