[all-commits] [llvm/llvm-project] e48735: [SDAG] improve assert text for getSetCC type assum...

Sanjay Patel via All-commits all-commits at lists.llvm.org
Tue Nov 15 08:01:42 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e487356e13f86c6a3b484394cf0959e2bf04c6f7
      https://github.com/llvm/llvm-project/commit/e487356e13f86c6a3b484394cf0959e2bf04c6f7
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/SelectionDAG.h

  Log Message:
  -----------
  [SDAG] improve assert text for getSetCC type assumptions; NFC

Having identical text for these 2 conditions made it harder
to find the root problem for issue #58994.


  Commit: fe05a0a3ddbf7fb54af9536331d39b138763e17a
      https://github.com/llvm/llvm-project/commit/fe05a0a3ddbf7fb54af9536331d39b138763e17a
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-11-15 (Tue, 15 Nov 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
    A llvm/test/CodeGen/VE/Vector/vec_divrem.ll

  Log Message:
  -----------
  [SDAG] avoid udiv/urem transform for vector/scalar type mismatches

This solves the crashing from issue #58994.
I don't know anything about VE, so I don't know if the output
is as expected or even correct.


Compare: https://github.com/llvm/llvm-project/compare/daf1a1f690c3...fe05a0a3ddbf


More information about the All-commits mailing list