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

David Green via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 23:18:05 PST 2023


Thorsten =?utf-8?q?Schütt?= <schuett at gmail.com>,
Thorsten =?utf-8?q?Schütt?= <schuett at gmail.com>,
Thorsten =?utf-8?q?Schütt?= <schuett at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/76104 at github.com>


https://github.com/davemgreen commented:

I think for vectors we should be expanding the select into or+and+not during legalization, then selecting them with the existing bsp patterns. I think that's how it currently works, is it not working well in practice?

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


More information about the llvm-commits mailing list