[all-commits] [llvm/llvm-project] 05dfac: [DAG] Adding m_FPToUI and m_FPToSI to SDPatternMat...

Jorge Botto via All-commits all-commits at lists.llvm.org
Thu Aug 15 01:50:02 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 05dfac23f1121aabb9675a38628e919689f993b0
      https://github.com/llvm/llvm-project/commit/05dfac23f1121aabb9675a38628e919689f993b0
  Author: Jorge Botto <23462171+jf-botto at users.noreply.github.com>
  Date:   2024-08-15 (Thu, 15 Aug 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/SDPatternMatch.h
    M llvm/unittests/CodeGen/SelectionDAGPatternMatchTest.cpp

  Log Message:
  -----------
  [DAG] Adding m_FPToUI and m_FPToSI to SDPatternMatch.h (#104044)

Adds m_FPToUI/m_FPToSI matchers for ISD::FP_TO_UINT/ISD::FP_TO_SINT in SDPatternMatch.h with suitable test coverage.

Fixes https://github.com/llvm/llvm-project/issues/103872



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