[all-commits] [llvm/llvm-project] 6cbc64: [TableGen][GISel] Fix IMPLICIT_DEF operand being a...
Sergei Barannikov via All-commits
all-commits at lists.llvm.org
Sun Dec 29 05:30:17 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cbc64ed922cc69bc292d394ba5c681fa309f404
https://github.com/llvm/llvm-project/commit/6cbc64ed922cc69bc292d394ba5c681fa309f404
Author: Sergei Barannikov <barannikov88 at gmail.com>
Date: 2024-12-29 (Sun, 29 Dec 2024)
Changed paths:
A llvm/test/TableGen/GlobalISelEmitter/undef-tied-input.td
M llvm/utils/TableGen/GlobalISelEmitter.cpp
Log Message:
-----------
[TableGen][GISel] Fix IMPLICIT_DEF operand being added as a use (#121283)
`IMPLICIT_DEF` has one operand that is a def, not a use.
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