[all-commits] [llvm/llvm-project] 2c3a4a: [DAG] SelectionDAG::GetDemandedBits - don't recurs...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jun 22 05:49:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c3a4a9334ea0881e79644ed9c25dde442ec22d2
https://github.com/llvm/llvm-project/commit/2c3a4a9334ea0881e79644ed9c25dde442ec22d2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[DAG] SelectionDAG::GetDemandedBits - don't recurse back into GetDemandedBits
Another minor cleanup as we work toward removing GetDemandedBits entirely - call SimplifyMultipleUseDemandedBits directly.
More information about the All-commits
mailing list