[all-commits] [llvm/llvm-project] 825e51: [DAG] computeKnownBits - Replace ISD::MUL handling...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Nov 4 03:35:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 825e517e340a2218e375e315fa9941f9ac9e6439
https://github.com/llvm/llvm-project/commit/825e517e340a2218e375e315fa9941f9ac9e6439
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[DAG] computeKnownBits - Replace ISD::MUL handling with the common KnownBits::computeForMul implementation
More information about the All-commits
mailing list