[all-commits] [llvm/llvm-project] 9c06c1: [SelectionDAG] GetDemandedBits - fallback to Simpl...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jan 20 08:52:27 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9c06c10fbae941feaf2738962d7ee58745b33725
https://github.com/llvm/llvm-project/commit/9c06c10fbae941feaf2738962d7ee58745b33725
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-01-20 (Mon, 20 Jan 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[SelectionDAG] GetDemandedBits - fallback to SimplifyMultipleUseDemandedBits by default.
First step towards removing SelectionDAG::GetDemandedBits entirely since it so similar to SimplifyMultipleUseDemandedBits anyhow.
More information about the All-commits
mailing list