Files
clang-p2996/llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
Alan Li 2795abb2f8 [GISel][AMDGPU] Expand ShuffleVector (#124527)
This patch dismantles G_SHUFFLE_VECTOR before lowering. The original
lowering would emit extract vector element ops. We found that by using
unmerged values the build vector op combine could find ways to fold.

Only enabled on AMDGPU.

This resolves #123631
2025-04-09 17:51:24 -07:00

282 KiB