[llvm] [AArch64][GlobalISel] Add legalisation to G_EXRACT_SUBVECTOR (PR #207956)

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 22 08:56:28 PDT 2026


================

----------------
davemgreen wrote:

As we are only clamping high at the moment, this can be
```
      .clampMaxNumElements(0, s8, 16)
      .clampMaxNumElements(0, s16, 8)
      .clampMaxNumElements(0, s32, 4)
```

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


More information about the llvm-commits mailing list