llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.69k stars 11.86k forks source link

MIR Pattern GIVariadic operands cannot be defs #112498

Open tschuett opened 1 week ago

tschuett commented 1 week ago

GIVariadic<> operands cannot be defs.

I have a PR with G_UNMERGE_VALUES. The defs are variadic. The limitation prevents me from specifying the src. Any plans to lift the limitation?

tschuett commented 1 week ago

Thanks. https://github.com/llvm/llvm-project/pull/112370