[PATCH] D136432: [AMDGPU] Combine BFI instructions.

Jannik Silvanus via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 02:43:26 PDT 2022


jsilvanus added a comment.

I see, thanks!

So `Select_BFI` just implements special case handling of BFI matching with more complicated expressions that we can still work with (because selectors are constants), and the default case is handled elsewhere.
Maybe we should rename `Select_BFI` to reflect that?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136432/new/

https://reviews.llvm.org/D136432



More information about the llvm-commits mailing list