[GlobalISel] Enable patterns with multiple output operands for the GlobalISelEmitter
authorRemi Segard <remi.segard@amd.com>
Sat, 4 Feb 2023 12:23:46 +0000 (08:23 -0400)
committerMatt Arsenault <arsenm2@gmail.com>
Sat, 4 Feb 2023 14:08:32 +0000 (10:08 -0400)
commitcfba328183f56765721b59e7fe8eb2a261bff340
treeefad894652a4d090f2ea2fdccdeebf1e00c81403
parentc72aeaad28e1206dac007be9bc27e2c266906645
[GlobalISel] Enable patterns with multiple output operands for the GlobalISelEmitter

This enables writing patterns with mutliple output operands in the input pattern for GlobalISel
llvm/test/TableGen/GlobalISelEmitter-multiple-output-discard.td [new file with mode: 0644]
llvm/test/TableGen/GlobalISelEmitter-multiple-output.td [new file with mode: 0644]
llvm/utils/TableGen/GlobalISelEmitter.cpp