[PATCH] D92767: [AMDGPU] Resolve issues when picking between ds_read/write and ds_read2/write2
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 7 08:00:36 PST 2020
foad added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/DSInstructions.td:683
let SubtargetPredicate = isGFX7GFX8 in {
----------------
Can't we relax this predicate to "isGFX7Plus" instead of duplicating the patterns?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92767/new/
https://reviews.llvm.org/D92767
More information about the llvm-commits
mailing list