[PATCH] D88579: [AMDGPU] Split R600 and GCN bfe patterns

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 08:18:08 PDT 2020


foad added a comment.

In D88579#2306193 <https://reviews.llvm.org/D88579#2306193>, @arsenm wrote:

> We do need a set for the scalar cases though

It's currently being done by AMDGPUDAGToDAGISel::SelectS_BFE instead of with patterns, right? I guess you'd prefer patterns so GlobalISel can use them too?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88579



More information about the llvm-commits mailing list