[all-commits] [llvm/llvm-project] 40d802: [AMDGPU] Introduce isBottomOfStack helper. NFC (#7...
Diana Picus via All-commits
all-commits at lists.llvm.org
Wed Dec 6 00:56:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40d802a6b6d507c9ae9dc7b0462e54652b42ad39
https://github.com/llvm/llvm-project/commit/40d802a6b6d507c9ae9dc7b0462e54652b42ad39
Author: Diana Picus <Diana-Magda.Picus at amd.com>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.h
M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp
Log Message:
-----------
[AMDGPU] Introduce isBottomOfStack helper. NFC (#74288)
Introduce a helper to check if a function is at the bottom of the stack,
i.e. if it's an entry function or a chain function.
This was suggested in #71913.
More information about the All-commits
mailing list