[llvm] [LV] Add test showing lack of gather/scatter can prevent if-convert (PR #195042)

Gaƫtan Bossu via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 01:26:58 PDT 2026


gbossu wrote:

Discussed offline: I'll split that patch further into two others:
- introduce `isLegalMaskedLoadOrStore` as a purely NFC change and use it only in `isScalarWithPredication`
- Use the new `isLegalMaskedLoadOrStore` for interleaved accesses as well

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


More information about the llvm-commits mailing list