[llvm] [VectorCombine][AMDGPU] Narrow Phi of Shuffles. (PR #140188)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue May 27 02:03:11 PDT 2025


================
@@ -3519,6 +3520,97 @@ bool VectorCombine::foldInterleaveIntrinsics(Instruction &I) {
   return true;
 }
 
+// Attempt to narrow a phi of shufflevector instructions where the two incoming
----------------
dtcxzyw wrote:

Use `///` for header comments.


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


More information about the llvm-commits mailing list