[PATCH] D88579: [AMDGPU] Split R600 and GCN bfe patterns
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 1 08:18:30 PDT 2020
arsenm added a comment.
In D88579#2306199 <https://reviews.llvm.org/D88579#2306199>, @foad wrote:
> 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?
Yes
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