[llvm] [GlobalIsel] combine extract vector element (PR #91922)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 08:56:11 PDT 2024
tschuett wrote:
We should add a Combiner.rst:
* Each combine is a precise pattern in Combine.td, for compile-time and targets can pick their choice of combines
* There are no visit functions
* Document the differences of the Gisel Combiner and InstCombine, i.e., the kind of combines and aggressiveness
* The Gisel combiner is a pure legalization artefact combiner?
The DAGCombiner seems to do more than combining legalization artefacts.
https://github.com/llvm/llvm-project/pull/91922
More information about the llvm-commits
mailing list