[all-commits] [llvm/llvm-project] 8cecb6: [DAG] Remove SelectionDAG::GetDemandedBits Demande...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Jun 21 13:23:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8cecb6be56d019eb52c30d19e95a300e3e56cc13
https://github.com/llvm/llvm-project/commit/8cecb6be56d019eb52c30d19e95a300e3e56cc13
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-06-21 (Tue, 21 Jun 2022)
Changed paths:
M llvm/include/llvm/CodeGen/SelectionDAG.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[DAG] Remove SelectionDAG::GetDemandedBits DemandedElts variant. NFC.
We're slowly removing SelectionDAG::GetDemandedBits and replacing it with SimplifyMultipleUseDemandedBits, we no longer have any uses for the vector demanded elt variant.
More information about the All-commits
mailing list