[all-commits] [llvm/llvm-project] 9ad7d8: [Statepoint] Optimize Location structure size (#78...
Danila Malyutin via All-commits
all-commits at lists.llvm.org
Fri Jan 19 05:15:48 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9ad7d8f0e4628f0f2d70a6c30299fe8be6bc18c4
https://github.com/llvm/llvm-project/commit/9ad7d8f0e4628f0f2d70a6c30299fe8be6bc18c4
Author: Danila Malyutin <danilaml at users.noreply.github.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M llvm/include/llvm/CodeGen/StackMaps.h
M llvm/lib/CodeGen/StackMaps.cpp
M llvm/test/CodeGen/X86/statepoint-fixup-undef.mir
Log Message:
-----------
[Statepoint] Optimize Location structure size (#78600)
Reduce its size from 24 to 12 bytes. Improves memory consumption when
dealing with statepoint-heavy code.
More information about the All-commits
mailing list