[all-commits] [llvm/llvm-project] 98e5ed: [AMDGPU] Serialize MFInfo::ScavengeFI
Sebastian Neubauer via All-commits
all-commits at lists.llvm.org
Fri May 7 02:16:00 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98e5ede60499f255c2cd48b85dcda14af5b99c7d
https://github.com/llvm/llvm-project/commit/98e5ede60499f255c2cd48b85dcda14af5b99c7d
Author: Sebastian Neubauer <sebastian.neubauer at amd.com>
Date: 2021-05-07 (Fri, 07 May 2021)
Changed paths:
M llvm/include/llvm/CodeGen/MIRYamlMapping.h
M llvm/lib/CodeGen/CMakeLists.txt
A llvm/lib/CodeGen/MIRYamlMapping.cpp
M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h
A llvm/test/CodeGen/MIR/AMDGPU/invalid-frame-index-invalid-fixed-stack.mir
A llvm/test/CodeGen/MIR/AMDGPU/invalid-frame-index-invalid-stack.mir
A llvm/test/CodeGen/MIR/AMDGPU/invalid-frame-index-no-stack.mir
A llvm/test/CodeGen/MIR/AMDGPU/invalid-frame-index.mir
A llvm/test/CodeGen/MIR/AMDGPU/invalid-frame-index2.mir
A llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-after-pei.ll
M llvm/test/CodeGen/MIR/AMDGPU/machine-function-info-no-ir.mir
Log Message:
-----------
[AMDGPU] Serialize MFInfo::ScavengeFI
Serialize ScavengeFI from SIMachineFunctionInfo into yaml.
ScavengeFI is not used outside of the PrologEpilogInserter,
so this shouldn't change anything.
Differential Revision: https://reviews.llvm.org/D101367
More information about the All-commits
mailing list