[llvm] [GlobalIsel] combine extract vector element (PR #91922)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 09:03:45 PDT 2024


tschuett wrote:

>From the Gisel documentation:
```
Combiner

Replaces patterns of instructions with a better alternative. Typically, this means improving run time performance by replacing instructions with faster alternatives but Combiners can also focus on code size or other metrics.
```

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


More information about the llvm-commits mailing list