[all-commits] [llvm/llvm-project] e33cf4: [TableGen][NFC] Refactor/deduplicate emitAction. (...
Jason Eckhardt via All-commits
all-commits at lists.llvm.org
Tue Apr 29 03:24:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e33cf4b0782bdbe74258baaa70057fdbec847a1d
https://github.com/llvm/llvm-project/commit/e33cf4b0782bdbe74258baaa70057fdbec847a1d
Author: Jason Eckhardt <jeckhardt at nvidia.com>
Date: 2025-04-29 (Tue, 29 Apr 2025)
Changed paths:
M llvm/utils/TableGen/CallingConvEmitter.cpp
Log Message:
-----------
[TableGen][NFC] Refactor/deduplicate emitAction. (#137434)
Currently there is a fair amount of code duplication in various parts of
emitAction. This patch factors out commonality among CCAssignToReg,
CCAssignToRegAndStack, CCAssignToRegWithShadow, and CCAssignToStack.
`XXXGenCallingConv.inc` are identical before and after this patch for
all targets.
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