[llvm] [GlobalISel] Combine G_MERGE_VALUES of x and undef (PR #113616)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 24 21:18:59 PDT 2024


tschuett wrote:

> Why do do ZEXT instead of ANYEXT? Some special poison semantics?

My model of G_MERGE_VALUES is that the sources are memcopied into the destination. Sext would not fit into that model.

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


More information about the llvm-commits mailing list