[all-commits] [llvm/llvm-project] e9b88c: [DAG] computeKnownBits - Move ISD::SRA handling in...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Nov 3 10:14:01 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e9b88c754ad31bcc0dd582a04402b5de1a28ef48
https://github.com/llvm/llvm-project/commit/e9b88c754ad31bcc0dd582a04402b5de1a28ef48
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-03 (Tue, 03 Nov 2020)
Changed paths:
M llvm/include/llvm/Support/KnownBits.h
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/Support/KnownBits.cpp
Log Message:
-----------
[DAG] computeKnownBits - Move ISD::SRA handling into KnownBits::ashr
As discussed on D90527, we should be trying to move shift handling functionality into KnownBits to avoid code duplication in SelectionDAG/GlobalISel/ValueTracking.
Commit: 6dabc38cce73549ed747c537f81f6f4dd79eba39
https://github.com/llvm/llvm-project/commit/6dabc38cce73549ed747c537f81f6f4dd79eba39
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-11-03 (Tue, 03 Nov 2020)
Changed paths:
M llvm/lib/Support/APFloat.cpp
Log Message:
-----------
Cleanup namespace comment to fix clang-tidy warning. NFCI.
Compare: https://github.com/llvm/llvm-project/compare/00eff96e1d02...6dabc38cce73
More information about the All-commits
mailing list