[llvm] clastb representation in existing IR, and AArch64 codegen (PR #112738)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 14:15:25 PDT 2024


efriedma-quic wrote:

Reliably matching the integer arithmetic seems problematic; I think I'd lean towards an intrinsic.   Maybe `llvm.vector.extract.last.active(data, mask, passthru)`, set the passthru to poison if you don't care.

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


More information about the llvm-commits mailing list