[all-commits] [llvm/llvm-project] 588ecc: AArch64: Stop storing MachineFunction in MachineFu...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Dec 16 09:30:16 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 588ecc11b8959b716cc5337a03064046eddb3a29
https://github.com/llvm/llvm-project/commit/588ecc11b8959b716cc5337a03064046eddb3a29
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.cpp
M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
Log Message:
-----------
AArch64: Stop storing MachineFunction in MachineFunctionInfo
The constructor should not depend on the MachineFunction
More information about the All-commits
mailing list