[all-commits] [llvm/llvm-project] 55e4c6: [Instruction] Add missing implementation for `move...
Tobias Kamm via All-commits
all-commits at lists.llvm.org
Fri Jun 6 04:15:43 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 55e4c6d95dad7954e15af5da1672b7108f358e71
https://github.com/llvm/llvm-project/commit/55e4c6d95dad7954e15af5da1672b7108f358e71
Author: Tobias Kamm <tobias.kamm at pm.me>
Date: 2025-06-06 (Fri, 06 Jun 2025)
Changed paths:
M llvm/lib/IR/Instruction.cpp
Log Message:
-----------
[Instruction] Add missing implementation for `moveAfter(InstListType::iterator)` (#143093)
Commit 8e702735090388a3231a863e343f880d0f96fecb introduced a declaration
for `Instruction::moveAfter(InstListType::iterator)`. However, its
implementation is missing. This PR adds it.
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