[llvm] [X86] Combine `store + vselect` to `masked_store` (PR #145176)

Abhishek Kaushik via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 22 03:17:13 PDT 2025


abhishek-kaushik22 wrote:

> Can we use a pattern match instead?

There is no `m_Store`/`m_Load` defined in `llvm::SDPatternMatch`

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


More information about the llvm-commits mailing list