[all-commits] [llvm/llvm-project] c9a86f: [DAG] canCreateUndefOrPoison - fix missing argumen...

Simon Pilgrim via All-commits all-commits at lists.llvm.org
Sun Jun 2 02:35:37 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c9a86fa9a631eb77f229e457a323caec705600bf
      https://github.com/llvm/llvm-project/commit/c9a86fa9a631eb77f229e457a323caec705600bf
  Author: Simon Pilgrim <llvm-dev at redking.me.uk>
  Date:   2024-06-02 (Sun, 02 Jun 2024)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    A llvm/test/CodeGen/RISCV/pr94145.ll

  Log Message:
  -----------
  [DAG] canCreateUndefOrPoison - fix missing argument typo

We were missing the PoisonOnly argument (so Depth + 1 was being used instead and the default Depth = 0 argument then being silently used)

Fixes #94145 and serves as the test case for 9e22c7a0ea87228dffcdfd7ab62724f72e0b3e30



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list