[all-commits] [llvm/llvm-project] a29457: [StackColoring] Delete dead stack slots (#72633)
mohammed-nurulhoque via All-commits
all-commits at lists.llvm.org
Wed Dec 13 04:01:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a29457844bf0c4b2eb5c0f3877b6e8ef30cdef52
https://github.com/llvm/llvm-project/commit/a29457844bf0c4b2eb5c0f3877b6e8ef30cdef52
Author: mohammed-nurulhoque <96180492+mohammed-nurulhoque at users.noreply.github.com>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M llvm/lib/CodeGen/StackColoring.cpp
M llvm/test/CodeGen/PowerPC/aix32-cc-abi-vaarg.ll
M llvm/test/CodeGen/PowerPC/aix64-cc-abi-vaarg.ll
A llvm/test/CodeGen/RISCV/dead-stack-slot.ll
M llvm/test/DebugInfo/COFF/lexicalblock.ll
Log Message:
-----------
[StackColoring] Delete dead stack slots (#72633)
Deletes slots that have lifetime markers and the lifetime ranges are
empty.
More information about the All-commits
mailing list