[all-commits] [llvm/llvm-project] e728d1: [DAGCombiner] create binop nodes with all of expec...

RotateRight via All-commits all-commits at lists.llvm.org
Wed Aug 25 13:20:44 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e728d1a3e82b097d439c47b7b02d94f11f45624d
      https://github.com/llvm/llvm-project/commit/e728d1a3e82b097d439c47b7b02d94f11f45624d
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2021-08-25 (Wed, 25 Aug 2021)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    M llvm/test/CodeGen/X86/select.ll

  Log Message:
  -----------
  [DAGCombiner] create binop nodes with all of expected values

This is another bug exposed by https://llvm.org/PR51612
(and the one that triggered the initial assertion) in the report.

That example was suppressed with:
985b48f18341

...but these would still crash because we created nodes
like UADDO without the expected 2 output values.




More information about the All-commits mailing list