[llvm] [GlobalISel][TableGen] MIR Pattern Variadics (PR #100563)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 26 07:22:16 PDT 2024
tschuett wrote:
```G_MUL $x, GIVariadic<>:$lhsAndRhs```should give an error. G_MUL is not variadic. It is a misuse of the feature.
https://github.com/llvm/llvm-project/pull/100563
More information about the llvm-commits
mailing list