[all-commits] [llvm/llvm-project] 782045: Revert "HHVM calling conventions."
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Thu Feb 9 10:53:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 782045e727b70d19c7fa70c388eddb65390060d9
https://github.com/llvm/llvm-project/commit/782045e727b70d19c7fa70c388eddb65390060d9
Author: Amir Aupov <amir.aupov at gmail.com>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M llvm/include/llvm/CodeGen/TargetFrameLowering.h
M llvm/include/llvm/IR/CallingConv.h
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/CodeGen/PrologEpilogInserter.cpp
M llvm/lib/CodeGen/TargetFrameLoweringImpl.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/Target/X86/X86CallingConv.td
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86RegisterInfo.cpp
R llvm/test/CodeGen/X86/hhvm-cc.ll
M llvm/test/CodeGen/X86/statepoint-fastregalloc.mir
M llvm/test/Feature/callingconventions.ll
M mlir/include/mlir/Dialect/LLVMIR/LLVMEnums.td
Log Message:
-----------
Revert "HHVM calling conventions."
This reverts commit cce239c45d6ef3865a017b5b3f935964e0348734.
HHVM calling conventions are unused. Remove them by partially reverting the commit.
Reviewed By: MaskRay, MatzeB
Differential Revision: https://reviews.llvm.org/D124330
More information about the All-commits
mailing list