Remove the UnitT type and operators in favor of using std::monostate
directly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D131778
[DAGCombine] Replace std::monostate equivalent in DAGCombiner.cpp ClosedPublic Authored by jloser on Aug 12 2022, 7:28 AM.
Details Summary Remove the UnitT type and operators in favor of using std::monostate
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 12 2022, 9:47 AM Closed by commit rGb12aa497cdc1: [DAGCombine] Replace std::monostate equivalent in DAGCombiner.cpp (authored by • joe_loser). · Explain WhyAug 12 2022, 8:43 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 452301 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
|