[llvm] [GlobalISel]: G_UNMERGE_VALUES for vectors with different element sizes (PR #133335)

Robert Imschweiler via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 16 04:09:51 PDT 2025


ro-i wrote:

Yes, that's what the current version of this PR tries to do. That's why I added the check in `tryCombineMergeLike`, which prevents this unmerge from being built. I guess that there are multiple other possible places, so I'd be happy to implement this somewhere else if you think it would make more sense there!

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


More information about the llvm-commits mailing list