[llvm] [X86] combineSelect - `fold select(c,vtrunc(x),0)` => `X86ISD::MTRUNC(x,c)` (PR #212865)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 22:58:28 PDT 2026
================
----------------
RKSimon wrote:
```suggestion
// Fold vselect(mask, vtrunc(x), 0) to vmtrunc for masked vpmovqb.
```
https://github.com/llvm/llvm-project/pull/212865
More information about the llvm-commits
mailing list