[all-commits] [llvm/llvm-project] b12aa4: [DAGCombine] Replace std::monostate equivalent in ...
Joseph Loser via All-commits
all-commits at lists.llvm.org
Fri Aug 12 20:43:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b12aa497cdc10ff195cba8a9165e0589163ccfc4
https://github.com/llvm/llvm-project/commit/b12aa497cdc10ff195cba8a9165e0589163ccfc4
Author: Joe Loser <joeloser93 at gmail.com>
Date: 2022-08-12 (Fri, 12 Aug 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAGCombine] Replace std::monostate equivalent in DAGCombiner.cpp
Remove the `UnitT` type and operators in favor of using `std::monostate`
directly.
Differential Revision: https://reviews.llvm.org/D131778
More information about the All-commits
mailing list