[all-commits] [llvm/llvm-project] cce64e: [DAG] visitTRUNCATE - move GetDemandedBits AFTER S...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jul 4 03:26:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cce64e7a9cba91b31f072a906d4c85479e9eae9f
https://github.com/llvm/llvm-project/commit/cce64e7a9cba91b31f072a906d4c85479e9eae9f
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-07-04 (Mon, 04 Jul 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAG] visitTRUNCATE - move GetDemandedBits AFTER SimplifyDemandedBits.
Another cleanup step before removing GetDemandedBits entirely.
More information about the All-commits
mailing list