[llvm] [GlobalISel][AArch64] Combine unmerge(G_EXT v, undef) to unmerge(v). (PR #65263)

Vladislav Dzhidzhoev via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 5 02:23:33 PDT 2023


dzhidzhoev wrote:

> Should be a generic combine. Can you generalize to N unused defs?

G_EXT is an opcode for AArch64's `ext` instruction. Could you please suggest how to generalize it for other targets?


https://github.com/llvm/llvm-project/pull/65263


More information about the llvm-commits mailing list