[PATCH] D129028: [SelectionDAG] computeKnownBits / ComputeNumSignBits for the remaining overflow-aware nodes

Sergei Barannikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 16:40:10 PDT 2022


barannikov88 created this revision.
Herald added subscribers: foad, ecnelises, hiraditya.
Herald added a project: All.
barannikov88 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Some overflow-aware nodes were missing from the switches in
computeKnownBits and ComputeNumSignBits.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D129028

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/test/CodeGen/AArch64/i256-math.ll
  llvm/test/CodeGen/M68k/Control/cmp.ll
  llvm/test/CodeGen/M68k/Control/setcc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129028.441813.patch
Type: text/x-patch
Size: 5109 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220701/be36f11a/attachment.bin>


More information about the llvm-commits mailing list