[llvm] [IR][RISCV] Remove @llvm.experimental.vp.splat (PR #171084)

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 7 23:28:21 PST 2025


lukel97 wrote:

> Do we need to add AutoUpgrade support for compatibility with old bitcode? I don't know if the "experimental" allows us to skip that if it was used by an in-tree pass.

It was only emitted from RISCVCodeGenPrepare in the backend though. Do we ever serialize to bitcode at that point?

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


More information about the llvm-commits mailing list