[all-commits] [llvm/llvm-project] 3c0735: [X86] Call insertDAGNode on trunc/zext created in ...

Craig Topper via All-commits all-commits at lists.llvm.org
Mon May 24 10:24:01 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c0735c6d8d009dacdb6f63fd3164de54f7121cf
      https://github.com/llvm/llvm-project/commit/3c0735c6d8d009dacdb6f63fd3164de54f7121cf
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2021-05-24 (Mon, 24 May 2021)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
    A llvm/test/CodeGen/X86/pr50431.ll

  Log Message:
  -----------
  [X86] Call insertDAGNode on trunc/zext created in tryShiftAmountMod.

This puts the new nodes in the proper place in the topologically
sorted list of nodes.

Fixes PR50431, which was introduced recently in D101944.




More information about the All-commits mailing list