[llvm-branch-commits] [llvm] [LoongArch] Add patterns to support vector type average instructions generation (PR #161079)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Oct 19 23:40:12 PDT 2025


tangaac wrote:

We could make these `ISD` legal.
```bash
  AVGFLOORS -> avg
  AVGFLOORU -> avg.u
  AVGCEILS -> avgr
  AVGCEILU -> avgr.u
```

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


More information about the llvm-branch-commits mailing list