[llvm] [InstCombine] Match scalable splats in m_ImmConstant (PR #132522)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 23 21:26:50 PDT 2025


lukel97 wrote:

> I am afraid that it will cause new infinite loop bugs :(

In this new version I've added a check to make sure that the splat value also doesn't contain any ConstantExprs, I think that should be enough?

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


More information about the llvm-commits mailing list