[llvm] [GlobalIsel][AArch64] MVP for vectorized selects. (PR #76104)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 00:11:22 PST 2023


tschuett wrote:

I thought that legalizing them and manually selecting them generates better code. They are kept at higher abstraction in the pass pipeline. E.g. the generic combiner sees them as selects and not as binary operations.


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


More information about the llvm-commits mailing list