[all-commits] [llvm/llvm-project] 0388ab: [Statepoint][NFC] Use uint16_t and add an assert (...
Danila Malyutin via All-commits
all-commits at lists.llvm.org
Fri Jan 19 13:44:12 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0388ab3e29de843dea823b6ef0c6d0ccc56b0a16
https://github.com/llvm/llvm-project/commit/0388ab3e29de843dea823b6ef0c6d0ccc56b0a16
Author: Danila Malyutin <danilaml at users.noreply.github.com>
Date: 2024-01-20 (Sat, 20 Jan 2024)
Changed paths:
M llvm/include/llvm/CodeGen/StackMaps.h
M llvm/lib/CodeGen/StackMaps.cpp
Log Message:
-----------
[Statepoint][NFC] Use uint16_t and add an assert (#78717)
Use a fixed width integer type and assert that DwarRegNum fits the 16
bits.
This is a follow up to review comments on #78600.
More information about the All-commits
mailing list