[all-commits] [llvm/llvm-project] 458c68: [NFC] Refactor target intrinsic call lowering

Robert Imschweiler via All-commits all-commits at lists.llvm.org
Wed Aug 13 13:24:16 PDT 2025


  Branch: refs/heads/users/ro-i/callbr-intrinsics_prepare
  Home:   https://github.com/llvm/llvm-project
  Commit: 458c685063fcc35adec954acb0f0c1b36eb09c57
      https://github.com/llvm/llvm-project/commit/458c685063fcc35adec954acb0f0c1b36eb09c57
  Author: Robert Imschweiler <robert.imschweiler at amd.com>
  Date:   2025-08-13 (Wed, 13 Aug 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h

  Log Message:
  -----------
  [NFC] Refactor target intrinsic call lowering

Refactor intrinsic call handling in SelectionDAGBuilder and IRTranslator
to prepare the addition of intrinsic support to the callbr instruction,
which should then share code with the handling of the normal call
instruction.


  Commit: 4d405b24ddafd0434bbc6e0c7dc84c5b41edc513
      https://github.com/llvm/llvm-project/commit/4d405b24ddafd0434bbc6e0c7dc84c5b41edc513
  Author: Robert Imschweiler <robert.imschweiler at amd.com>
  Date:   2025-08-13 (Wed, 13 Aug 2025)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h

  Log Message:
  -----------
  implement feedback


Compare: https://github.com/llvm/llvm-project/compare/94a4337e8bd6...4d405b24ddaf

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