[llvm] [CodeGen] Fix MachineMemOperand Size of MaskedLoad (PR #156398)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 1 20:40:12 PDT 2025


arsenm wrote:

> I think it is intended because we don't know the actual size for MaskedLoad at compile time?

It doesn't matter, it's the number of bytes that mayLoad. As long as this reports the maximum possible it should be fine

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


More information about the llvm-commits mailing list