[all-commits] [llvm/llvm-project] 34cdc9: [NFC][DebugInfo][RemoveDIs] Use iterators to inser...
Jeremy Morse via All-commits
all-commits at lists.llvm.org
Tue Dec 5 08:24:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34cdc913214fd9561b6ec8d535bd3d0313772cb5
https://github.com/llvm/llvm-project/commit/34cdc913214fd9561b6ec8d535bd3d0313772cb5
Author: Jeremy Morse <jeremy.morse at sony.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/CallSiteSplitting.cpp
Log Message:
-----------
[NFC][DebugInfo][RemoveDIs] Use iterators to insert in callsite-splitting (#74455)
This patch gets call site splitting to use iterators for insertion
rather than instruction pointers. When we switch on non-instr debug-info
this becomes significant, as the iterators are going to signal whether
or not a position is before or after debug-info.
NFC as this isn't going to affect the output of any existing test.
More information about the All-commits
mailing list