[llvm] [NVPTX] Prefer prmt.b32 over bfi.b32 (PR #110766)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 10:37:36 PDT 2024


Artem-B wrote:

A logical follow-up to this patch would be to replace bfe -> prmt, too for byte extraction.

We should also take a look at v4i8 <-> v4i16 conversions. If we're not using prmt there, we should.

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


More information about the llvm-commits mailing list