[llvm] [PatternMatch] Allow `m_ConstantInt` to match integer splats (PR #153692)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 14 20:01:01 PDT 2025


https://github.com/dtcxzyw commented:

`m_ConstantInt` is intended to match a scalar. We may need a separate matcher to handle constant splats.

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


More information about the llvm-commits mailing list