[all-commits] [llvm/llvm-project] 2247fd: [SelectionDAG] computeKnownBits / ComputeNumSignBi...
Sergei Barannikov via All-commits
all-commits at lists.llvm.org
Fri Jul 8 01:22:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2247fdc84d74d267b7d82a4103aa60b28065f62a
https://github.com/llvm/llvm-project/commit/2247fdc84d74d267b7d82a4103aa60b28065f62a
Author: Sergei Barannikov <barannikov88 at gmail.com>
Date: 2022-07-08 (Fri, 08 Jul 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/test/CodeGen/AArch64/i256-math.ll
M llvm/test/CodeGen/M68k/Control/cmp.ll
M llvm/test/CodeGen/M68k/Control/setcc.ll
Log Message:
-----------
[SelectionDAG] computeKnownBits / ComputeNumSignBits for the remaining overflow-aware nodes
Some overflow-aware nodes were missing from the switches in
computeKnownBits and ComputeNumSignBits.
More information about the All-commits
mailing list