Craig Topper 6de3afeaef [TableGen] Simplify how commuted variants are generated in GenerateVariantsOf. NFC
We don't need to copy the ChildVariants vector into a new vector.
We're using std::move on every entry we copy so they clearly
aren't needed again. We can swap entries in the vector and reuse
it instead.
2023-04-10 11:29:01 -07:00
..
2022-12-06 15:30:25 -08:00
2023-02-07 16:01:25 -08:00
2023-04-10 14:11:09 -04:00
2023-02-13 14:01:58 -08:00