[all-commits] [llvm/llvm-project] 79d59c: [CodeExtractor] Only rewrite scope of labels that ...
Felipe de Azevedo Piovezan via All-commits
all-commits at lists.llvm.org
Mon Dec 12 12:44:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 79d59c3f3e8abb66a758793bfd9acd8ea6b3d92b
https://github.com/llvm/llvm-project/commit/79d59c3f3e8abb66a758793bfd9acd8ea6b3d92b
Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
Date: 2022-12-12 (Mon, 12 Dec 2022)
Changed paths:
M llvm/lib/Transforms/Utils/CodeExtractor.cpp
M llvm/test/Transforms/HotColdSplit/split-out-dbg-label.ll
Log Message:
-----------
[CodeExtractor] Only rewrite scope of labels that were not inlined
dbg.labels that were inlined from other functions should have their
scope preserved upon outlining for the same reasons described in
D139669.
More information about the All-commits
mailing list