[all-commits] [llvm/llvm-project] 49b79d: [CIR][NFC] Remove ABI handling from CIRGen call ha...
Andy Kaylor via All-commits
all-commits at lists.llvm.org
Fri May 9 12:24:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49b79d53675ebcf19ec1b53f1741dbd35705da19
https://github.com/llvm/llvm-project/commit/49b79d53675ebcf19ec1b53f1741dbd35705da19
Author: Andy Kaylor <akaylor at nvidia.com>
Date: 2025-05-09 (Fri, 09 May 2025)
Changed paths:
M clang/lib/CIR/CodeGen/ABIInfo.h
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenCall.h
M clang/lib/CIR/CodeGen/CIRGenFunctionInfo.h
M clang/lib/CIR/CodeGen/CIRGenTypes.cpp
M clang/lib/CIR/CodeGen/CIRGenValue.h
M clang/lib/CIR/CodeGen/TargetInfo.cpp
Log Message:
-----------
[CIR][NFC] Remove ABI handling from CIRGen call handling (#139159)
We want to defer ABI handling until we lower to the LLVM dialect. Some
code was in place to calculate ABI handling, but the computed effects
weren't actually used.
This corresponds to the changes made in
https://github.com/llvm/clangir/pull/1604
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list