[all-commits] [llvm/llvm-project] 9f5a67: [TableGen] !subst on a dag should retain name of o...
Adam Nemet via All-commits
all-commits at lists.llvm.org
Fri May 23 12:04:18 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f5a67029721ce8e9a09a29e142010e20d184710
https://github.com/llvm/llvm-project/commit/9f5a67029721ce8e9a09a29e142010e20d184710
Author: Adam Nemet <anemet at apple.com>
Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths:
M llvm/lib/TableGen/Record.cpp
A llvm/test/TableGen/dag-subst.td
Log Message:
-----------
[TableGen] !subst on a dag should retain name of operator (#141195)
Without this patch the !subst in the test drops the name "$frag" from
(one_frag:$frag ...) and returns:
```
(set FPR32_NEW:$dst, (one_frag FPR32_NEW:$a, FPR32_NEW:$b))
```
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