[llvm] [AMDGPU] Legalize 64bit elements for BUILD_VECTOR on gfx942 (PR #145052)

Chris Jackson via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 11 08:25:00 PDT 2025


================
@@ -478,6 +479,8 @@ void AMDGPUDAGToDAGISel::SelectBuildVector(SDNode *N, unsigned RegClassID) {
 
   assert(NumVectorElts <= 32 && "Vectors with more than 32 elements not "
----------------
chrisjbris wrote:

```suggestion
  assert(NumVectorElts <= 32 && "Vectors with more than 32 elements are not "
```

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


More information about the llvm-commits mailing list