[PATCH] D97062: [AMDGPU] Use divergent addresses for vector loads
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 19 09:32:56 PST 2021
foad added a comment.
> This shows up some problems in the idot tests where we fail to select
> v_dot instructions because the patterns only match MUL_[UI]24 ISD nodes,
> but the DAG contains i16 mul nodes instead.
Is selecting these from patterns actually an important use case? Or does everyone use the intrinsics instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97062/new/
https://reviews.llvm.org/D97062
More information about the llvm-commits
mailing list