[PATCH] D109159: [amdgpu] Enable selection of `s_cselect_b64`.

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 7 07:54:24 PDT 2021


foad added a comment.

Just for the record, see also this comment from D82370 <https://reviews.llvm.org/D82370>:

> Additionally, remove pattern for selects with 64-bit
> inputs, which are rare, because handling them properly
> requires more thought.

This reverted part of D81925 <https://reviews.llvm.org/D81925>, which originally added both 32- and 64-bit patterns.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109159



More information about the llvm-commits mailing list