[all-commits] [llvm/llvm-project] 6f72d2: [TableGen][GISel] Don't copy dead def from a sub-i...
Sergei Barannikov via All-commits
all-commits at lists.llvm.org
Wed Dec 25 21:36:59 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f72d28dd94c84b28275dbe61f5b2021df752e55
https://github.com/llvm/llvm-project/commit/6f72d28dd94c84b28275dbe61f5b2021df752e55
Author: Sergei Barannikov <barannikov88 at gmail.com>
Date: 2024-12-26 (Thu, 26 Dec 2024)
Changed paths:
A llvm/test/TableGen/GlobalISelEmitter/dead-def.td
M llvm/utils/TableGen/GlobalISelEmitter.cpp
Log Message:
-----------
[TableGen][GISel] Don't copy dead def from a sub-instruction to the root (#121094)
Sub-instruction can have a def with the same name as a def in a
top-level instruction.
Previously this could result in both defs copied to the instruction
being built.
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