[llvm] [AMDGPU] Legalize 64bit elements for BUILD_VECTOR on gfx942 (PR #145052)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 05:52:51 PST 2026
================
@@ -15796,6 +15814,27 @@ SITargetLowering::performExtractVectorEltCombine(SDNode *N,
}
}
+ // if PeekThoughBitcast(Vec)[MapIdx(CIdx)] == undef &&
----------------
arsenm wrote:
This is a separate combine, that I would also expect be covered by the generic combiner
https://github.com/llvm/llvm-project/pull/145052
More information about the llvm-commits
mailing list