[all-commits] [llvm/llvm-project] 78a010: [NFC] Refactor target intrinsic call lowering
Robert Imschweiler via All-commits
all-commits at lists.llvm.org
Thu Oct 30 10:12:30 PDT 2025
Branch: refs/heads/users/ro-i/callbr-intrinsics_prepare
Home: https://github.com/llvm/llvm-project
Commit: 78a0103f40a2754e7483ae0ef647ab8dfc5882c1
https://github.com/llvm/llvm-project/commit/78a0103f40a2754e7483ae0ef647ab8dfc5882c1
Author: Robert Imschweiler <robert.imschweiler at amd.com>
Date: 2025-10-30 (Thu, 30 Oct 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.
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